mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
feat(devmanual): document contacts menu user status setter
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
@@ -107,3 +107,8 @@ Providers can add actions to contact entries. Right now email and link actions a
|
|||||||
$entry->addAction($linkAction);
|
$entry->addAction($linkAction);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
User status
|
||||||
|
^^^^^^^^^^^
|
||||||
|
|
||||||
|
Providers can set a user status via ``IEntry::setStatus``. This mechanism is reserved for Nextcloud's user status. Don't use it.
|
||||||
|
|||||||
Reference in New Issue
Block a user