Skip to content

Commit

Permalink
add support for reaction summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Apr 4, 2024
1 parent 9e9b968 commit b83e0d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public void onCreate(Bundle icicle) {
eventCenter.addObserver(DcContext.DC_EVENT_MSG_DELIVERED, this);
eventCenter.addObserver(DcContext.DC_EVENT_MSG_FAILED, this);
eventCenter.addObserver(DcContext.DC_EVENT_MSG_READ, this);
eventCenter.addObserver(DcContext.DC_EVENT_REACTIONS_CHANGED, this);
eventCenter.addObserver(DcContext.DC_EVENT_CONNECTIVITY_CHANGED, this);
eventCenter.addObserver(DcContext.DC_EVENT_SELFAVATAR_CHANGED, this);
}
Expand Down

0 comments on commit b83e0d5

Please sign in to comment.