mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 20:03:10 -06:00
Previously, all events would come down redacted because the hash checks would fail. They would fail because sjson.DeleteBytes didn't remove keys not used for hashing. This didn't work because of a build tag which included a file which no-oped the index returned. See https://github.com/tidwall/gjson/issues/157 When it's resolved, let's go back to mainline.
9 lines
121 B
Modula-2
9 lines
121 B
Modula-2
module github.com/tidwall/gjson
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/tidwall/match v1.0.1
|
|
github.com/tidwall/pretty v1.0.0
|
|
)
|