-
Notifications
You must be signed in to change notification settings - Fork 42
Global Mentions System #60
Description
Overview
Cross-platform mentions system. Needs to allow user to mention things like users, pages, etc.
Needs to function on a global capacity, allowing users to define global_mention_ids which allow them to use a user-friendly name in posts to represent mentions on multiple platforms. User will register the name they wish to use, and then register each Platform/Platform ID they wish to associate with it.
Also needs to function on a local capacity, allowing users to simply use the Platform-Assigned ID in their post content. It's useful for quick mentions without needing to go through the process of registering a global ID. It will also be useful when Media Manager supports in-app responses.
Global Mentions
Global Mentions are cross-platform mentions. They are assigned an ID by the user in settings. They can represent 1 or many mentions on various platforms.
- Registration / Update / Removal
- Discord Implementation
Local Mentions
Local Mentions aren't cross-platform. They are assigned an ID by the platform provider. They represent a single mention on a single platform.
- Discord Implementation