diff options
| author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-06-05 21:41:57 -0400 |
|---|---|---|
| committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-06-05 21:41:57 -0400 |
| commit | 270730d9b36c8fc3a221da7e565632c1432d41c6 (patch) | |
| tree | ed67d9fcec4df6287f3dd13cb997297d6af50ec8 /src/constants.hpp | |
| parent | 4ec5c1dfccaa5ce3bce5dc22a95e91d781262345 (diff) | |
| download | abaddon-portaudio-270730d9b36c8fc3a221da7e565632c1432d41c6.tar.gz abaddon-portaudio-270730d9b36c8fc3a221da7e565632c1432d41c6.zip | |
start attachments (image paste and upload)
Diffstat (limited to 'src/constants.hpp')
| -rw-r--r-- | src/constants.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
