Remove redacted events from other users (#171)

This commit is contained in:
Konstantinos Sideris 2018-03-18 12:47:35 +02:00
parent 49270d10b4
commit 81d3bd8ce6
3 changed files with 17 additions and 52 deletions

View file

@ -230,12 +230,6 @@ private:
//! Render the given timeline events to the top of the timeline.
void renderTopEvents(const std::vector<TimelineEvent> &events);
//! Decide if the given timeline event can be rendered.
inline bool isViewable(const TimelineEvent &event) const;
//! Decide if the given event should trigger a notification.
inline bool isNotifiable(const TimelineEvent &event) const;
// The events currently rendered. Used for duplicate detection.
QMap<QString, TimelineItem *> eventIds_;
QQueue<PendingMessage> pending_msgs_;