From d0408878e128047c3bde474a0f49b39b1ec53e23 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Wed, 13 Sep 2017 16:02:56 +0500 Subject: [PATCH] Proper JSON marshaling for Matrix pusher. --- pushers/matrix/matrixconnection.go | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/pushers/matrix/matrixconnection.go b/pushers/matrix/matrixconnection.go index c17b5c6..427f137 100644 --- a/pushers/matrix/matrixconnection.go +++ b/pushers/matrix/matrixconnection.go @@ -40,6 +40,13 @@ const ( letterIdxMask = 1<