From 358f68d2679640d502d0a13b1d09ee2b3490b4e1 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 15 Mar 2023 20:19:54 -0400 Subject: cleanup and escape notification bodies --- src/constants.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/constants.hpp') 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; -- cgit v1.2.3