1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 08:29:54 +08:00
Files
osu-lazer/osu.Game/Online/Chat
T
Bartłomiej Dach 680614fbee Fix messages from blocked users being visible in public channels (#35645)
* Add failing test coverage for blocking users not removing their messages from public channels

* Fix messages from blocked users being visible in public channels

Closes https://github.com/ppy/osu/issues/35633.

It appears that the expectation from web here is that messages from
blocked users should be excised client-side. Compare:

https://github.com/ppy/osu-web/blob/12dd504255bddc0cb37701c392c460222b6825db/resources/js/chat/conversation-view.tsx#L104

This implementation won't *restore* the messages after a block and
unblock, but I kind of... don't care if I'm honest with you? Making that
happen will result in a bunch of complications for no reason, so I'm
fine waiting for anyone to complain about it.
680614fbee · 2025-11-07 23:12:12 +09:00
History
..
2024-11-26 13:25:57 +09:00
2025-02-24 09:35:51 +01:00
2023-06-24 01:00:03 +09:00
2024-01-25 14:47:29 +01:00
2024-08-30 18:35:31 +09:00