Moved from hpp to cpp

This commit is contained in:
Andrea Cavalli 2020-05-17 00:36:52 +02:00
parent a932cc53fe
commit 2d5eddd56f
2 changed files with 4 additions and 4 deletions

View File

@ -246,4 +246,8 @@ tl_object_ptr<telegram_api::InputMedia> VideoNotesManager::get_input_media(
return nullptr;
}
void VideoNotesManager::memory_cleanup() {
video_notes_.clear();
}
} // namespace td

View File

@ -46,8 +46,4 @@ FileId VideoNotesManager::parse_video_note(ParserT &parser) {
}
return on_get_video_note(std::move(video_note), false);
}
void VideoNotesManager::memory_cleanup() {
video_notes_.clear();
}
} // namespace td