Remove redacted events from other users (#171)
This commit is contained in:
parent
49270d10b4
commit
81d3bd8ce6
3 changed files with 17 additions and 52 deletions
|
|
@ -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_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue