aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-12-08 21:07:46 +0300
committerGitHub <noreply@github.com>2019-12-08 21:07:46 +0300
commitaa6486024fda9910cecccfdcefae2b7e3cd0c108 (patch)
tree717e79a4a04c2d20e39329603af9dbbe7fe94415 /lib
parente3e94f86edc94b743af913b4b5b8b9af7c446fab (diff)
parentd18324f1a309bea59a0dc681de820c80bd9086e9 (diff)
downloadlibquotient-aa6486024fda9910cecccfdcefae2b7e3cd0c108.tar.gz
libquotient-aa6486024fda9910cecccfdcefae2b7e3cd0c108.zip
Merge pull request #365 from quotient-im/aa13q-msc1954-drop-prev-content
MSC1954: Remove prev_content from the essential keys list
Diffstat (limited to 'lib')
-rw-r--r--lib/room.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/room.cpp b/lib/room.cpp
index be07ce50..edf732ff 100644
--- a/lib/room.cpp
+++ b/lib/room.cpp
@@ -1937,7 +1937,6 @@ RoomEventPtr makeRedacted(const RoomEvent& target,
// clang-format off
static const QStringList keepKeys { EventIdKey, TypeKey,
QStringLiteral("room_id"), QStringLiteral("sender"), StateKeyKey,
- QStringLiteral("prev_content"), ContentKey,
QStringLiteral("hashes"), QStringLiteral("signatures"),
QStringLiteral("depth"), QStringLiteral("prev_events"),
QStringLiteral("prev_state"), QStringLiteral("auth_events"),