Better mention support, fixed open thread.

This commit is contained in:
Thomas Mathews 2023-01-20 10:00:57 -08:00
parent 21ce55f1cd
commit 3970bb5acd
3 changed files with 16 additions and 9 deletions

View file

@ -599,7 +599,7 @@ function onclick_any(ev) {
show_new();
break;
case "open-thread":
open_trhead(el.dataset.threadId);
open_thread(el.dataset.threadId);
break;
case "reply":
send_reply(el.dataset.emoji, el.dataset.to);