Commit Graph

5 Commits

Author SHA1 Message Date
23a74ecf8f FIX: Truncate existing user status to 100 chars (#20044)
This commits adds a database migration to limit the user status to 100
characters, limits the user status in the UI and makes sure that the
emoji is valid.

Follow up to commit b6f75e231cb49455908c980e0549290828c2162f.
2023-01-30 10:49:08 +02:00
b6f75e231c FIX: Limit user status to 100 characters (#20040)
* FIX: Limit user status to 100 characters

* FIX: Make sure the emoji is valid
2023-01-27 16:32:27 +02:00
c59f1729a6 FEATURE: auto remove user status after predefined period (#17236) 2022-07-05 19:12:22 +04:00
033f72c65f FEATURE: user status emoji (#17025) 2022-06-22 18:15:33 +04:00
5c596273a0 FEATURE: user status (#16875) 2022-05-27 13:15:14 +04:00