summary refs log tree commit diff
path: root/src/dialogs/UserMentions.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix linting issuesJoseph Donofry2019-07-161-5/+7
|
* Add User Mentions DialogJoseph Donofry2019-07-161-0/+26
Add a RoomListItem-like button that opens a dialog containing all of the messages that would result in a highlight from the server (for example, the user is mentioned, or @room is mentioned). This is VERY rudimentary and will be completely reworked in the future to take advantage of the existing TimelineView class, instead of using a dialog like it does now. The button to show the mentions also needs work.