FEDERATION.md: Rename "events" property to "history"
This commit is contained in:
parent
5df8965488
commit
74feb2c261
1 changed files with 5 additions and 5 deletions
|
@ -661,7 +661,7 @@ somehow get a filtered view of Aviva's outbox and a filtered view of Aviva's
|
|||
inbox for this. And the latter is especially problematic, because inboxes are
|
||||
generally private.
|
||||
|
||||
This proposal suggests a property named `events`, which maps to an
|
||||
This proposal suggests a property named `history`, which maps to an
|
||||
`OrderedCollection` of the activities related to the object. That way, even
|
||||
objects that aren't stand-alone and aren't actors can provide a stream of
|
||||
updates.
|
||||
|
@ -870,8 +870,8 @@ TODO:
|
|||
{ "@id": "ext:dependedBy"
|
||||
, "@type": "@id"
|
||||
}
|
||||
, "events":
|
||||
{ "@id": "ext:events"
|
||||
, "history":
|
||||
{ "@id": "ext:history"
|
||||
, "@type": "@id"
|
||||
}
|
||||
}
|
||||
|
@ -902,13 +902,13 @@ TODO:
|
|||
, "https://dev.community/jerry/text-game-engine/issues/1219"
|
||||
]
|
||||
, "dependedBy": "https://dev.federated.coop/luke/text-adventure/issues/87"
|
||||
, "events":
|
||||
, "history":
|
||||
[ ...
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
TODO list actual examples under the "events" property (proposal B.7)
|
||||
TODO list actual examples under the "history" property (proposal B.7)
|
||||
|
||||
TODO replies and depends (ForgeFed #12)
|
||||
|
||||
|
|
Loading…
Reference in a new issue