forked from cory/tildefriends
ssb: An experiment in including hashtag mentions in channel content. Also sort the channel list like I thought I already did.
This commit is contained in:
@ -91,7 +91,7 @@ class TfElement extends LitElement {
|
||||
delete channel_map[row.channel];
|
||||
}
|
||||
}
|
||||
this.channels = Object.keys(channel_map);
|
||||
this.channels = Object.keys(channel_map).sort();
|
||||
}
|
||||
|
||||
set_hash(hash) {
|
||||
|
Reference in New Issue
Block a user