From 3345615fc02a72cd10794b9d72b0aad8fe440b0c Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 31 May 2019 23:03:09 +0300 Subject: [PATCH] Fix indentation in filter json --- custompuppet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custompuppet.go b/custompuppet.go index 8131cf5..ce68194 100644 --- a/custompuppet.go +++ b/custompuppet.go @@ -234,7 +234,7 @@ func (puppet *Puppet) GetFilterJSON(_ string) json.RawMessage { "presence": { "senders": [ %s - ], + ], "types": [ "m.presence" ]