MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / popNotification

Method popNotification

Telegram/SourceFiles/data/data_thread.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

scheduleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected