Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 0cca82d

Browse files
committed
Fix TODO by removing paragraph
1 parent 2562007 commit 0cca82d

File tree

1 file changed

+1
-4
lines changed
  • docs/Protocol Specifications

1 file changed

+1
-4
lines changed

docs/Protocol Specifications/core.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -703,10 +703,7 @@ In the context of federation with other federation protocols, such as ActivityPu
703703
for actors to receive messages, which do not have a signature attached to them. If a P2 extension
704704
explicitly allows for this, it is possible for a polyproto server to forward such messages to
705705
clients. If a P2 extension does not explicitly allow for this, both servers and clients must
706-
reject such messages. Clients receiving unexpected external messages should inform the actor about
707-
the fact that a server has tried to send them an invalid, possibly malicious message.
708-
709-
TODO Make APIs for this or remove this paragraph ^
706+
reject such messages.
710707

711708
Before a polyproto server forwards such a message to clients, it must add an "external" property to
712709
the message object. If possible in the data format used, this property should be set to a boolean

0 commit comments

Comments
 (0)