aboutsummaryrefslogtreecommitdiff
path: root/lib/events/reactionevent.cpp
AgeCommit message (Collapse)Author
2019-07-31Support for receiving m.reaction eventsKitsune Ral
* struct EventRelation; class ReactionEvent; Room::relatedEvents() * Reaction events are processed in both history and sync batches * Redacting a reaction removes it from the list of related events * QMCTest::sendReaction()