mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Rework hiding 'via @bot' option
Instead of using "hide_via" flag, it sends preview of inline query.
This commit is contained in:
@@ -1225,6 +1225,10 @@ void DocumentData::refreshFileReference(const QByteArray &value) {
|
||||
_videoThumbnail.location.refreshFileReference(value);
|
||||
}
|
||||
|
||||
QString DocumentData::url() const {
|
||||
return _url;
|
||||
}
|
||||
|
||||
QString DocumentData::filename() const {
|
||||
return _filename;
|
||||
}
|
||||
|
Reference in New Issue
Block a user