ssb: An experiment in including hashtag mentions in channel content. Also sort the channel list like I thought I already did.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m54s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m54s
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