aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/reactions.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash on NS_URI call when own server has no MAM; drop broken mam:1 "support"fiaxh2023-04-231-1/+1
| | | | fixes #1405
* Collapse most stream releated errors into IOErrorMarvin W2023-02-071-6/+6
|
* Fix reaction display in private MUCsMarvin W2023-01-311-4/+11
|
* Fix reading reactions in private groups w/o occupant idsfiaxh2023-01-311-4/+11
|
* Always display reaction+reply buttons, disable if not possiblefiaxh2023-01-301-16/+7
|
* Fix reactions from MAM getting attributed to the wrong messagefiaxh2023-01-251-37/+25
|
* Support replies and reactions to filesfiaxh2023-01-111-50/+28
|
* Reactions: Fix wrong time being stored for outgoing reactions (micro sec ↵fiaxh2023-01-071-9/+8
| | | | | | teated as milli sec) fixes #1296
* Reactions: Fix reactions being differentiated by resource on first displayingfiaxh2022-11-201-0/+2
| | | | fixes #1297
* Clean up log outputsfiaxh2022-11-041-9/+13
|
* Fix segfault if reaction message has type normalfiaxh2022-10-201-4/+4
| | | | fixes #1294
* Add support for reactionsfiaxh2022-10-111-0/+488