mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Start new Info section (profile + shared media).
This commit is contained in:
@@ -36,8 +36,9 @@ enum class SharedMediaType : char {
|
||||
ChatPhoto = 6,
|
||||
RoundVoiceFile = 7,
|
||||
GIF = 8,
|
||||
RoundFile = 9,
|
||||
|
||||
kCount = 9,
|
||||
kCount = 10,
|
||||
};
|
||||
constexpr auto kSharedMediaTypeCount = static_cast<int>(SharedMediaType::kCount);
|
||||
constexpr bool IsValidSharedMediaType(SharedMediaType type) {
|
||||
|
Reference in New Issue
Block a user