diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2022-07-16 01:10:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-16 01:10:07 +0000 |
commit | f62cb7768048bf737d3ec3b483a14e2e18cc1017 (patch) | |
tree | febc4d195b7fa3c9a4f593d33346790c7d43f933 /src/timeline/TimelineModel.cpp | |
parent | Merge pull request #1110 from r0hit05/msc2746 (diff) | |
parent | Make notification count calculation more efficient (diff) | |
download | nheko-f62cb7768048bf737d3ec3b483a14e2e18cc1017.tar.xz |
Merge pull request #1062 from Nheko-Reborn/perSpaceNotifs
Per-space notification bubbles
Diffstat (limited to 'src/timeline/TimelineModel.cpp')
-rw-r--r-- | src/timeline/TimelineModel.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp index 9ada2afd..b21fb091 100644 --- a/src/timeline/TimelineModel.cpp +++ b/src/timeline/TimelineModel.cpp @@ -370,10 +370,6 @@ TimelineModel::TimelineModel(TimelineViewManager *manager, QString room_id, QObj this->highlight_count = roomInfo.highlight_count; lastMessage_.timestamp = roomInfo.approximate_last_modification_ts; - // this connection will simplify adding the plainRoomNameChanged() signal everywhere that it - // needs to be - connect(this, &TimelineModel::roomNameChanged, this, &TimelineModel::plainRoomNameChanged); - connect( this, &TimelineModel::redactionFailed, |