Feature proposal #9071
closed
Implement strict sticker, mentions, and hashtag inserts
Added by krileon about 2 years ago.
Updated over 1 year ago.
Start date:
10 November 2022
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.
- 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.
- Status changed from Assigned to Resolved
- % Done changed from 80 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF