feat(devmanual): document contacts menu user status setter

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst
2025-08-14 11:04:46 +02:00
parent b7b32b0cc5
commit d024fc0de9

View File

@@ -107,3 +107,8 @@ Providers can add actions to contact entries. Right now email and link actions a
$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.