Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ creating
Method
creating
Telegram/SourceFiles/data/data_forum.cpp:561–563 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
559
}
560
561
bool Forum::creating(MsgId rootId) const {
562
return _creatingRootIds.contains(rootId);
563
}
564
565
void Forum::created(MsgId rootId, MsgId realId) {
566
if (rootId == realId) {
Callers
15
saveCurrentDraftToCloud
Method · 0.45
addTopicLink
Method · 0.45
EditForumTopicBox
Function · 0.45
reloadTopics
Method · 0.45
saveActiveSubsectionThread
Method · 0.45
IsCreating
Function · 0.45
refreshChatListEntry
Method · 0.45
isCreatingTopic
Method · 0.45
setupContent
Method · 0.45
buildSections
Method · 0.45
createComponentsHelper
Method · 0.45
~ChatWidget
Method · 0.45
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected