1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 03:31:54 +08:00
Files
osu-lazer/osu.Game.Tests
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
..
2025-10-22 14:58:13 +02:00
2025-07-03 14:29:42 +02:00
2025-10-29 16:07:46 +09:00
2025-03-18 16:24:01 +09:00
2025-10-21 17:24:33 +09:00
2025-04-17 10:05:57 +02:00