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

Feat: pin messages #505

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update MessageType.java
Darker935 authored Jun 26, 2024
commit 22f892af9087784bb1be066ff769fcb3429d3b3a
Original file line number Diff line number Diff line change
@@ -185,6 +185,10 @@ public enum MessageType {
* Text edit
*/
EDITED,
/**
* Pin in chat
*/
PIN_IN_CHAT,
/**
* Newsletter admin invite
*/