Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
void Thread::clearNotifications() {
153
_notifications.clear();
154
}
155
156
void Thread::clearIncomingNotifications() {
157
if (!peer()->isSelf()) {
Callers
5
clearAll
Method · 0.80
clearFromTopic
Method · 0.80
clearFromSublist
Method · 0.80
clearForThreadIf
Method · 0.80
showNext
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected