mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Actors being followed can also be MUTED.
This commit is contained in:
parent
7d40affa6a
commit
81d8923768
3
html.c
3
html.c
@ -399,8 +399,9 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
s = html_button(s, "follow", L("Follow"));
|
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"));
|
s = html_button(s, "delete", L("Delete"));
|
||||||
|
Loading…
Reference in New Issue
Block a user