aboutsummaryrefslogtreecommitdiff
path: root/lib/events/reactionevent.h
blob: 8d873441871720a5a808a6e54ce07b043795a384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-FileCopyrightText: 2019 Kitsune Ral <kitsune-ral@users.sf.net>
// SPDX-License-Identifier: LGPL-2.1-or-later

#pragma once

#include "roomevent.h"
#include "eventrelation.h"

namespace Quotient {

DEFINE_SIMPLE_EVENT(ReactionEvent, RoomEvent, "m.reaction", EventRelation,
                    relation, "m.relates_to")

} // namespace Quotient