Implement Mentions #11
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
WIP
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: gorb/frontend#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
how do we want to do mentions? do we do
<@uuid>
or do we do<u@uuid>
, such that channels could be<c@uuid>
, guilds could be<g@uuid>
?we probably also want pings/references for instances, and maybe even attachments, depending on how those are implemented
@justtemmie wrote in #11 (comment):
The latter seems elegant to me.
@justtemmie wrote in #11 (comment):
What do you mean with the attachments part?
@justtemmie
Like this but im not too sure i agree channels should be c@ over #
@radical wrote in #11 (comment):
I suppose keeping it similar to Discord would be nice for users coming from there, but I think using letters can be more intuitive for everyone. Like if someone learns they can do
<c@uuid>
to reference a channel, they could easily infer that<g@uuid>
(or<s@uuid>
if we keep using "server" instead of "guild" on the frontend) is for referencing a guild,<m@uuid>
for messages, etc. And it would be easier to remember.Or we could just support both methods.
@sauceyred wrote in #11 (comment):
i really think the frontend should let you write both c@general and #general
we should probably also assume that @uuid means u@uuid
will vary on how we do attachments, but being able to reference a specific attachment instead of having to reference the message seems awesome if there's a message with 10 attachments.
imagine just clicking on the attachment "link" at it just opens the popup directly