summary refs log tree commit diff
path: root/src/CacheStructs.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-11-21 22:46:51 +0100
committerGitHub <noreply@github.com>2021-11-21 22:46:51 +0100
commitb1092c0f2f8e0c1899733620becb71b66cb4f644 (patch)
tree93240f07830e865fc8695148fc8cee8cb086a22d /src/CacheStructs.h
parentReturn nullopt for state events in rooms we are not in (diff)
parentTry to tame Windows headers (diff)
downloadnheko-b1092c0f2f8e0c1899733620becb71b66cb4f644.tar.xz
Merge pull request #822 from Nheko-Reborn/dm-filter
Add a filter for direct chats
Diffstat (limited to 'src/CacheStructs.h')
-rw-r--r--src/CacheStructs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CacheStructs.h b/src/CacheStructs.h

index e28f5b2d..01a050da 100644 --- a/src/CacheStructs.h +++ b/src/CacheStructs.h
@@ -26,6 +26,7 @@ struct RoomMember { QString user_id; QString display_name; + bool is_direct = false; }; //! Used to uniquely identify a list of read receipts. @@ -98,6 +99,7 @@ struct MemberInfo { std::string name; std::string avatar_url; + bool is_direct = false; }; void