Re-add pending event indicator

This seems to have been accidentally removed

BUG: 491277
This commit is contained in:
Tobias Fella
2024-08-06 22:01:25 +02:00
parent 75e9eee3a9
commit 776807580a
2 changed files with 37 additions and 19 deletions

View File

@@ -288,6 +288,8 @@ TimelineDelegate {
showHighlight: root.showHighlight
isPending: root.isPending
onReplyClicked: eventId => {
root.replyClicked(eventId);
}