Add protobuf message type Image and Friend_Avatar.

Also adds Friend_Avatar to the Common_Message list of possible
messages.
This commit is contained in:
redpolline 2024-12-11 17:00:20 -05:00
parent 75035de2f4
commit f560fce352
4 changed files with 36 additions and 1 deletions

View file

@ -125,6 +125,7 @@ inline void reset_LastError()
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/stat.h>
#include <sys/statvfs.h>
#include <sys/time.h>
@ -220,4 +221,6 @@ inline std::string ascii_to_lowercase(std::string data) {
#define LOBBY_CONNECT_APPID ((uint32)-2)
#endif//__INCLUDED_COMMON_INCLUDES__
#define FRIEND_AVATAR_MAX_IMAGE_LENGTH (5 * 1024 * 1024)
#endif//__INCLUDED_COMMON_INCLUDES__