Skip to content

For user and emoji shortcode autocomplete, match using startsWith() instead of match().

nia requested to merge scarlett/pleroma-fe:emoji-shortcode-startswith into develop

if the user starts typing :e, only emoji shortcodes starting with "e" will be suggested, not any containing "e".

same for user mentions.

Fixes #135 (closed).

Edited by nia

Merge request reports