diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-04-11 04:36:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 04:36:27 +0000 |
commit | 44ab35dfd591c4c357673cc2ce3cb3a6964a1fff (patch) | |
tree | 91a60f1dfdd9d5a7e1c88b0eef0990981a307ada /src/constants.hpp | |
parent | 0b663246809519487c155c51ccebb8df0e14a227 (diff) | |
parent | f5228d91d28e39d56c7245ecf0128895273c9ec0 (diff) | |
download | abaddon-portaudio-44ab35dfd591c4c357673cc2ce3cb3a6964a1fff.tar.gz abaddon-portaudio-44ab35dfd591c4c357673cc2ce3cb3a6964a1fff.zip |
Merge pull request #145 from uowuo/notifications
Notifications
Diffstat (limited to 'src/constants.hpp')
-rw-r--r-- | src/constants.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/constants.hpp b/src/constants.hpp index b1ef82b..256f85e 100644 --- a/src/constants.hpp +++ b/src/constants.hpp @@ -10,3 +10,9 @@ constexpr static int NitroAttachmentSizeLimit = 100 * 1024 * 1024; constexpr static int BoostLevel2AttachmentSizeLimit = 50 * 1024 * 1024; constexpr static int BoostLevel3AttachmentSizeLimit = 100 * 1024 * 1024; constexpr static int MaxMessagePayloadSize = 199 * 1024 * 1024; +constexpr static int EmojiSize = 24; // settings eventually +constexpr static int AvatarSize = 32; +constexpr static int EmbedImageWidth = 400; +constexpr static int EmbedImageHeight = 300; +constexpr static int ThumbnailSize = 100; +constexpr static int StickerComponentSize = 160; |