mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Move to std::optional.
This commit is contained in:
@@ -165,7 +165,7 @@ struct SendingAlbum {
|
||||
}
|
||||
TaskId taskId;
|
||||
FullMsgId msgId;
|
||||
base::optional<MTPInputSingleMedia> media;
|
||||
std::optional<MTPInputSingleMedia> media;
|
||||
};
|
||||
|
||||
SendingAlbum();
|
||||
|
Reference in New Issue
Block a user