mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Build errors resolved
This commit is contained in:
parent
ac81cefbf1
commit
303dcf37de
|
|
@ -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++{
|
||||
|
|
|
|||
Loading…
Reference in a new issue