0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 10:08:56 +02:00

ircd:Ⓜ️:event: Add more skipped fields for content hash.

This commit is contained in:
Jason Volk 2019-05-11 16:09:06 -07:00
parent 3293443cb8
commit 65be94b140

View file

@ -2973,8 +2973,11 @@ try
for(const auto &m : event)
{
if(m.first == "signatures" ||
m.first == "hashes" ||
m.first == "unsigned" ||
m.first == "hashes")
m.first == "age_ts" ||
m.first == "outlier" ||
m.first == "destinations")
continue;
member.at(i++) = m;