mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
modules/m_presence: For some reason this never looped but feels like it will one day.
This commit is contained in:
parent
389d5a9f18
commit
c372b45857
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue