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

This commit is contained in:
2024-12-04 20:50:46 -05:00
parent 10b15896b3
commit 8a27c45ab1
3 changed files with 19 additions and 9 deletions

View File

@ -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) {