Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message pinning #11

Closed
SadieCat opened this issue Mar 19, 2017 · 2 comments
Closed

Message pinning #11

SadieCat opened this issue Mar 19, 2017 · 2 comments

Comments

@SadieCat
Copy link

SadieCat commented Mar 19, 2017

Allow channels to pin a message to give it more prominence.

This is how Discord implements it UI-wise.

Some ideas on things which need to be decided on:

  • How it should be implemented
    • C2C tags
    • A C2S/S2C command
    • Something else
  • Whether pinned messages should be in a chathistory batch or their own special batch type
  • Whether to allow in PMs (Discord allows this but i'm not really sure how useful it is)
@Zarthus
Copy link

Zarthus commented Mar 19, 2017

Is this not just the channel topic or ENTRYMSG?

Is this supposed to be linked to the user (e.g. a join message), or do you perhaps want to mimic it coming from the user? A "fake" message sent by that user even if they're not online?

@SadieCat
Copy link
Author

Is this not just the channel topic or ENTRYMSG?

Its more for distinguishing messages sent by general users.

A "fake" message sent by that user even if they're not online?

Yeah, kinda. This can already happen with chathistory batches and their predecessor so it should not be unusual for clients to handle.

@SadieCat SadieCat closed this as completed Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants