Actions
Feature proposal #9399
openImplement support for auto hashtaging
Description
This should assume intent. So if a use types #hashtag followed by a space just assume they're attempting to insert a hashtag.
Updated by krileon 8 months ago
Review adding similar for mentions as well.
Additionally both should still require a server call to verify. So for example #hashtag followed by a space could do a server call and silently return the hashtag then insert it automatically. Same for mentions if a match is found. Problem with mentions is spaces are allowed in names so mentioning by name could be tricky here (require double space?).
Actions