masto
    Preparing search index...

    Interface NotificationsRequests$SelectResource

    interface NotificationsRequests$SelectResource {
        accept: Method<void>;
        dismiss: Method<void>;
        fetch: Method<NotificationRequest>;
    }
    Index

    Properties

    Properties

    accept: Method<void>

    Accept a notification request, which merges the filtered notifications from that user back into the main notification and accepts any future notification from them.

    dismiss: Method<void>

    Dismiss a notification request, which hides it and prevent it from contributing to the pending notification requests count.

    View information about a notification request with a given ID.