aboutsummaryrefslogtreecommitdiff
path: root/lib/events/typingevent.cpp
blob: 7e5d7ee6ed1d38e539b1e75708b9aefb463bf729 (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 contentPart<QStringList>("user_ids"_ls);
}