mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
fixed destroy of pinned service msg (unreg dependency), displaying HistoryVideo in webpage-with-document
This commit is contained in:
@@ -1527,7 +1527,7 @@ private:
|
||||
class HistoryVideo : public HistoryFileMedia {
|
||||
public:
|
||||
|
||||
HistoryVideo(DocumentData *document, const QString &caption, HistoryItem *parent);
|
||||
HistoryVideo(DocumentData *document, const QString &caption, const HistoryItem *parent);
|
||||
HistoryVideo(const HistoryVideo &other);
|
||||
HistoryMediaType type() const {
|
||||
return MediaTypeVideo;
|
||||
|
Reference in New Issue
Block a user