0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-28 23:08:20 +02:00

modules/m_presence: For some reason this never looped but feels like it will one day.

This commit is contained in:
Jason Volk 2018-04-07 08:30:40 -07:00
parent 389d5a9f18
commit c372b45857

View file

@ -48,6 +48,9 @@ _m_presence_eval
void
handle_edu_m_presence(const m::event &event)
{
if(m::my_host(at<"origin"_>(event)))
return;
const json::object &content
{
at<"content"_>(event)