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

Method clearNotifications

Telegram/SourceFiles/data/data_thread.cpp:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void Thread::clearNotifications() {
153 _notifications.clear();
154}
155
156void Thread::clearIncomingNotifications() {
157 if (!peer()->isSelf()) {

Callers 5

clearAllMethod · 0.80
clearFromTopicMethod · 0.80
clearFromSublistMethod · 0.80
clearForThreadIfMethod · 0.80
showNextMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected