Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(devmanual): document contacts menu user status setter
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst authored and backportbot[bot] committed Aug 14, 2025
commit 235a4813b0a2ca4d773710d09f766a2c91f27471
5 changes: 5 additions & 0 deletions developer_manual/digging_deeper/groupware/contacts_menu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.