We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Mark a conversation as read.
add_action( 'mastodon_api_conversation_mark_read', function ( int $id, WP_REST_Request $request ) { // Your code here }, 10, 2 );
int
$id
WP_REST_Request
$request
do_action( 'mastodon_api_conversation_mark_read', $id, $request )
Hooks
There was an error while loading. Please reload this page.