Remove origin from unsigned_pdu_base.yaml (#998)

It doesn't serve a useful purpose, is not enforced to be present by Synapse
and already being omitted by at least one homeserver implementation.
This commit is contained in:
Jonas Platte 2022-03-29 17:47:56 +02:00 committed by GitHub
parent d38663f65d
commit ac9bee3f88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -0,0 +1 @@
Remove `origin` field from PDUs which exists on many but not all PDUs in practice and doesn't serve an actual purpose.