// SPDX-FileCopyrightText: 2019 Kitsune Ral // SPDX-License-Identifier: LGPL-2.1-or-later #include "roomtombstoneevent.h" using namespace Quotient; QString RoomTombstoneEvent::serverMessage() const { return contentPart("body"_ls); } QString RoomTombstoneEvent::successorRoomId() const { return contentPart("replacement_room"_ls); }