summary refs log tree commit diff
path: root/src/CacheStructs.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-09-13 21:31:29 +0000
committerGitHub <noreply@github.com>2021-09-13 21:31:29 +0000
commit8e2f1e9dcefb3ea8b0706e0306fdb3a16796ce9c (patch)
treec90f73c51f8ddbe22d17d3d1d43f0a107360882f /src/CacheStructs.h
parentUpdate translation files (diff)
parentStreamline getting other user id from invited direct chat (diff)
downloadnheko-8e2f1e9dcefb3ea8b0706e0306fdb3a16796ce9c.tar.xz
Merge pull request #416 from LorenDB/jdenticon
Add jdenticon support
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 4a5c5c76..5f4d392a 100644 --- a/src/CacheStructs.h +++ b/src/CacheStructs.h
@@ -93,7 +93,7 @@ to_json(nlohmann::json &j, const RoomInfo &info); void from_json(const nlohmann::json &j, RoomInfo &info); -//! Basic information per member; +//! Basic information per member. struct MemberInfo { std::string name;