aboutsummaryrefslogtreecommitdiff
path: root/lib/events/typingevent.cpp
blob: e97e978f37222586ce5af0fc71e43c043c148caa (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-FileCopyrightText: 2017 Kitsune Ral <Kitsune-Ral@users.sf.net>
// SPDX-License-Identifier: LGPL-2.1-or-later

#include "typingevent.h"

using namespace Quotient;

QStringList TypingEvent::users() const
{
    return fromJson<QStringList>(contentJson()["user_ids"_ls]);
}