Add new message action to pin and unpin messages in rooms

Self-explanatory, now you can manage pinned messages in NeoChat alone.
This commit is contained in:
Joshua Goins
2025-02-21 18:11:20 -05:00
parent 9811c0d97a
commit 2861eb9c60
5 changed files with 48 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ DelegateContextMenu {
Kirigami.Action {
separator: true
}
DelegateContextMenu.PinMessageAction {}
DelegateContextMenu.ReportMessageAction {}
DelegateContextMenu.ShowUserAction {}
Kirigami.Action {