aboutsummaryrefslogtreecommitdiff
path: root/lib/events
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-07-30 08:22:13 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-07-30 08:22:13 +0200
commit7ee1681d7640b7e7683f7bb40bf768704a48832c (patch)
treefc91df49a69e5a3d8f4e0d7f0ec6ffb8b8a956f3 /lib/events
parent02eac9e9ff573d85677f900288e82473f5296ee3 (diff)
downloadlibquotient-7ee1681d7640b7e7683f7bb40bf768704a48832c.tar.gz
libquotient-7ee1681d7640b7e7683f7bb40bf768704a48832c.zip
Clean up after the previous commit
RoomAliasesEvent is no more even registered (meaning that the library will load m.room.aliases as unknown state events); quotest code updated to use historyEdge() instead of timelineEdge().
Diffstat (limited to 'lib/events')
-rw-r--r--lib/events/simplestateevents.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/events/simplestateevents.h b/lib/events/simplestateevents.h
index 3bac54e6..cf1bfbba 100644
--- a/lib/events/simplestateevents.h
+++ b/lib/events/simplestateevents.h
@@ -72,5 +72,4 @@ public:
QString server() const { return stateKey(); }
QStringList aliases() const { return content().value; }
};
-REGISTER_EVENT_TYPE(RoomAliasesEvent)
} // namespace Quotient