You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which was closed as fixed by #822, even though that PR only handled topic mutes/unmutes. It looks like we haven't revisited the channel part of #421 since then, even though there's a TODO(#421) for this in the code.
It would be nice to have an automated check for TODO(#…)s that remain in the code when they're supposed to be deleted as part of fixing the specified issue. […] [T]hey might have been missed because there was actually something important to do that wasn't done.
The message list should update when a channel is muted or unmuted. To reproduce:
#test here
is unmuted#test here
on CZO, in a topic that's not muted#test here
channel (do this in the web app, pending UI for channel muting/unmuting #347)Expected behavior: your message disappears
Actual behavior: the message does not disappear
A resumption of part of
which was closed as fixed by #822, even though that PR only handled topic mutes/unmutes. It looks like we haven't revisited the channel part of #421 since then, even though there's a
TODO(#421)
for this in the code.An instance of #599:
Related issues
The text was updated successfully, but these errors were encountered: