From 270730d9b36c8fc3a221da7e565632c1432d41c6 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 5 Jun 2022 21:41:57 -0400 Subject: start attachments (image paste and upload) --- src/constants.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/constants.hpp') diff --git a/src/constants.hpp b/src/constants.hpp index 6c6276f..30de2ae 100644 --- a/src/constants.hpp +++ b/src/constants.hpp @@ -2,3 +2,4 @@ constexpr static uint64_t SnowflakeSplitDifference = 600; constexpr static int MaxMessagesForChatCull = 50; // this has to be 50 (for now) cuz that magic number is used in a couple other places and i dont feel like replacing them +constexpr static int AttachmentItemSize = 128; -- cgit v1.2.3