masto
    Preparing search index...

    Interface NotificationsRequestsMergedResource

    interface NotificationsRequestsMergedResource {
        fetch(meta?: HttpMetaParams<"none">): Promise<{ merged: boolean }>;
    }
    Index

    Methods

    Methods

    • Check whether accepted notification requests have been merged. Accepting notification requests schedules a background job to merge the filtered notifications back into the normal notification list. When that process has finished, the client should refresh the notifications list at its earliest convenience. This is communicated by the notifications_merged streaming event but can also be polled using this endpoint.

      Parameters

      Returns Promise<{ merged: boolean }>