| 191 | } |
| 192 | |
| 193 | void Thread::popNotification(ItemNotification notification) { |
| 194 | if (!empty(_notifications) && (_notifications.back() == notification)) { |
| 195 | _notifications.pop_back(); |
| 196 | } |
| 197 | } |
| 198 | |
| 199 | void Thread::setMuted(bool muted) { |
| 200 | if (muted) { |