Project

General

Profile

Actions

Feature proposal #9071

closed

Implement strict sticker, mentions, and hashtag inserts

Added by krileon over 1 year ago. Updated 8 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
10 November 2022
Due date:
% Done:

100%

Estimated time:

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.

Actions #1

Updated by krileon over 1 year 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.

Actions #2

Updated by krileon about 1 year ago

  • Status changed from Assigned to Resolved
  • % Done changed from 80 to 100
Actions #3

Updated by krileon 8 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF