summary refs log tree commit diff
path: root/src/CacheStructs.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-12-25 05:59:18 +0100
committerGitHub <noreply@github.com>2020-12-25 05:59:18 +0100
commitea5f6ca0f41b6dd91d4d01d3f575f7688f50d837 (patch)
tree09280bb5f26a818eab462a2b42680a757bb2bc5c /src/CacheStructs.h
parentMerge pull request #323 from LorenDB/newProfile (diff)
parentlint (diff)
downloadnheko-ea5f6ca0f41b6dd91d4d01d3f575f7688f50d837.tar.xz
Merge pull request #358 from Nheko-Reborn/windows-fixes
Windows fixes
Diffstat (limited to 'src/CacheStructs.h')
-rw-r--r--src/CacheStructs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CacheStructs.h b/src/CacheStructs.h

index b3d9acf1..10f8cc54 100644 --- a/src/CacheStructs.h +++ b/src/CacheStructs.h
@@ -61,7 +61,7 @@ struct RoomInfo //! Whether or not the room is an invite. bool is_invite = false; //! Total number of members in the room. - int16_t member_count = 0; + size_t member_count = 0; //! Who can access to the room. mtx::events::state::JoinRule join_rule = mtx::events::state::JoinRule::Public; bool guest_access = false;