mirror of
https://github.com/flarum/core.git
synced 2025-07-26 03:01:22 +02:00
* fix: Use proper mentionsUsers serializer The only reason we haven't seen any issues with this up until now is because we have not has to include the relationship in any responses. * fix: User/Post mentions showing as deleted after saving The reason this happens is because the modified relationship is not refreshed, so the formatter doesn't recognize the new mentions as valid.