feat: implement pinned messages
- render pinned events on the chat top - support scroll up for several pinned messages - ask to unpin messages - add button to pin message - fix some null-safety issues - fix the Linux database directly for debug builds Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
9272376fc5
commit
704fd404b1
10 changed files with 169 additions and 32 deletions
|
|
@ -2723,5 +2723,7 @@
|
|||
"@bubbleSize": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
}
|
||||
},
|
||||
"pinMessage": "An Raum anheften",
|
||||
"pinnedEventsError": "Angeheftete Nachrichten nicht gefunden"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2722,5 +2722,8 @@
|
|||
"sender": {},
|
||||
"reaction": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"pinMessage": "Pin to room",
|
||||
"pinnedEventsError": "Error loading pinned messages",
|
||||
"confirmEventUnpin": "Are you sure to permanently unpin the event?"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue