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:
TheOneWithTheBraid 2022-02-14 18:44:37 +01:00 committed by Krille Fear
commit 704fd404b1
10 changed files with 169 additions and 32 deletions

View file

@ -2723,5 +2723,7 @@
"@bubbleSize": {
"type": "text",
"placeholders": {}
}
},
"pinMessage": "An Raum anheften",
"pinnedEventsError": "Angeheftete Nachrichten nicht gefunden"
}

View file

@ -2722,5 +2722,8 @@
"sender": {},
"reaction": {}
}
}
},
"pinMessage": "Pin to room",
"pinnedEventsError": "Error loading pinned messages",
"confirmEventUnpin": "Are you sure to permanently unpin the event?"
}