mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Actors being followed can also be MUTED.
This commit is contained in:
parent
7d40affa6a
commit
81d8923768
1 changed files with 2 additions and 1 deletions
3
html.c
3
html.c
|
@ -399,8 +399,9 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg)
|
|||
}
|
||||
else {
|
||||
s = html_button(s, "follow", L("Follow"));
|
||||
s = html_button(s, "mute", L("MUTE"));
|
||||
}
|
||||
|
||||
s = html_button(s, "mute", L("MUTE"));
|
||||
}
|
||||
|
||||
s = html_button(s, "delete", L("Delete"));
|
||||
|
|
Loading…
Reference in a new issue