mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
Previously, when a deactivated user was mentioned, he wasn't rendered as a Pill. This is because the dataset for validating mentions only included active users, which is fixed by removing that filter. To allow only silent mentions of them, an extra is_active property added to FullNameInfo class, which is populated from the query, which tells if user is deactivated. This is used to convert any mentions of them to silent mentions in the backend markdown. Fixes #26857
10 KiB
10 KiB