Actions
Feature proposal #9071
closedImplement strict sticker, mentions, and hashtag inserts
Description
Currently these are using :sticker: and @mentions when stored in the database. Problem is they're easy to mess up and confuse with regular text. Implement a strict usage of {sticker:STICKER_ID} and {mention:USER_ID} for storage purposes. Parse the old methods for 6.0.0 then remove in 7.0.0 for B/C.
Updated by krileon about 2 years ago
- Subject changed from Implement strict sticker and mentions inserts to Implement strict sticker, mentions, and hashtag inserts
- % Done changed from 0 to 80
Implemented stickers and mentions as (sticker:STICKER_ID) and (mention:USER_ID). The legacy parsing behavior can also be toggled on (on by default for migrated installs).
Hashtags will be (hashtag:TAG) and will include an autocomplete feature once hashtags are stored in the database.
Updated by krileon over 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 80 to 100
Actions