From 303dcf37de4204af6afb67d334de3179f4bcf718 Mon Sep 17 00:00:00 2001 From: SUMUKHA-PK Date: Thu, 2 May 2019 10:02:02 +0530 Subject: [PATCH] Build errors resolved --- .../matrix-org/dendrite/clientapi/routing/room_tagging.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go b/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go index f66510e7c..afa08d2bd 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go +++ b/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go @@ -198,6 +198,7 @@ func addDataToDB( } } +// getContentFromData is an utility function to obtain "content" from the ClientEvent func getContentFromData(data []gomatrixserverlib.ClientEvent) []gomatrixserverlib.RawJSON { var contentData []gomatrixserverlib.RawJSON for i:=0 ; i< len(data); i++{