mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Cloud stored drafts started.
This commit is contained in:
@@ -2439,7 +2439,11 @@ namespace Local {
|
||||
}
|
||||
|
||||
bool hasDraftCursors(const PeerId &peer) {
|
||||
return (_draftCursorsMap.constFind(peer) != _draftCursorsMap.cend());
|
||||
return _draftCursorsMap.contains(peer);
|
||||
}
|
||||
|
||||
bool hasDraft(const PeerId &peer) {
|
||||
return _draftsMap.contains(peer);
|
||||
}
|
||||
|
||||
void writeFileLocation(MediaKey location, const FileLocation &local) {
|
||||
|
Reference in New Issue
Block a user