ppy / osu-web

the browser-facing portion of osu!
https://osu.ppy.sh
GNU Affero General Public License v3.0
980 stars 384 forks source link

Chat messages posted by silenced users are shown after web page refresh #9334

Closed TicClick closed 1 month ago

TicClick commented 2 years ago

this has been present for a long time (maybe since the chat was implemented) and is usually self-evident: refresh the tab, and all messages pop back.

nanaya commented 1 month ago

Apparently the messages (on public channels) from that user for the past 1 hour or something should just be deleted from database when silence happens.

The current plan is for the bancho/mod command bot to just delete them from database directly as part of their user silencing process.

(alternatively an interop endpoint to do it)

peppy commented 1 month ago

I've applied a solution for this (both bancho and ASS level).