Fedify 1.1.6
Released on November 19, 2024.
-
Fix a bug where
Actor'sinboxandoutboxproperties had not been able to be set to anOrderedCollectionPageobject, even though it is a subtype ofOrderedCollectionaccording to Activity Vocabulary specification. [#165]- The type of
Application()constructor'sinboxandoutboxoptions is nowOrderedCollection | OrderedCollectionPage | null | undefined(wasOrderedCollection | null | undefined). - The type of
Application.clone()method'sinboxandoutboxoptions is nowOrderedCollection | OrderedCollectionPage | null | undefined(wasOrderedCollection | null | undefined). - The return type of
Application.getInbox()andApplication.getOutbox()methods is nowOrderedCollection | OrderedCollectionPage | null(wasOrderedCollection | null). - The type of
Group()constructor'sinboxandoutboxoptions is nowOrderedCollection | OrderedCollectionPage | null | undefined(wasOrderedCollection | null | undefined). - The type of
Group.clone()method'sinboxandoutboxoptions is nowOrderedCollection | OrderedCollectionPage | null | undefined(wasOrderedCollection | null | undefined). - The return type of
Group.getInbox()andGroup.getOutbox()methods is nowOrderedCollection | OrderedCollectionPage | null(wasOrderedCollection | null). - The type of
Organization()constructor'sinboxandoutboxoptions is nowOrderedCollection | OrderedCollectionPage | null | undefined(wasOrderedCollection | null | undefined). - The type of
Organization.clone()method'sinboxandoutboxoptions is nowOrderedCollection | OrderedCollectionPage | null | undefined(wasOrderedCollection | null | undefined). - The return type of
Organization.getInbox()andOrganization.getOutbox()methods is nowOrderedCollection | OrderedCollectionPage | null(wasOrderedCollection | null). - The type of
Person()constructor'sinboxandoutboxoptions is nowOrderedCollection | OrderedCollectionPage | null | undefined(wasOrderedCollection | null | undefined). - The type of
Person.clone()method'sinboxandoutboxoptions is nowOrderedCollection | OrderedCollectionPage | null | undefined(wasOrderedCollection | null | undefined). - The return type of
Person.getInbox()andPerson.getOutbox()methods is nowOrderedCollection | OrderedCollectionPage | null(wasOrderedCollection | null). - The type of
Service()constructor'sinboxandoutboxoptions is nowOrderedCollection | OrderedCollectionPage | null | undefined(wasOrderedCollection | null | undefined). - The type of
Service.clone()method'sinboxandoutboxoptions is nowOrderedCollection | OrderedCollectionPage | null | undefined(wasOrderedCollection | null | undefined). - The return type of
Service.getInbox()andService.getOutbox()methods is nowOrderedCollection | OrderedCollectionPage | null(wasOrderedCollection | null).
- The type of