mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
ircd:Ⓜ️:event: Add more skipped fields for content hash.
This commit is contained in:
parent
3293443cb8
commit
65be94b140
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue