diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-07-28 20:05:47 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-08-25 19:03:15 +0200 |
commit | 718a58d388abd228c6a08f9fa3365588c06923ba (patch) | |
tree | dab9877a7bd16fd291fcd16262d868cf87469c67 /src/timeline/TimelineModel.h | |
parent | Port redacted messages (diff) | |
download | nheko-718a58d388abd228c6a08f9fa3365588c06923ba.tar.xz |
Get rid of redundant constructions and make room implicit
Diffstat (limited to 'src/timeline/TimelineModel.h')
-rw-r--r-- | src/timeline/TimelineModel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h index b81fc209..2b22ad61 100644 --- a/src/timeline/TimelineModel.h +++ b/src/timeline/TimelineModel.h @@ -267,6 +267,7 @@ public: ReplyTo, ThreadId, Reactions, + Room, RoomId, RoomName, RoomTopic, |