You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - customMessage A custom message for the user status
67
+
*
68
+
* @param string $userId The user for which we want to update the status.
69
+
* @param string $messageId The new message id.
70
+
* @param string $status The new status.
71
+
* @param bool $createBackup If true, this will store the old status so that it is possible to revert it later (e.g. after a call).
72
+
* @param array{clearAt: \DateTime|int|null, customIcon: string|null, customMessage: string|null} $extraParams Pass extra parameters to the user status implementation provider. Added in 25.0.0
* @param bool $createBackup If true, this will store the old status so that it is possible to revert it later (e.g. after a call).
42
+
* @param array $extraParams Pass extra parameters to the user status implementation provider. Refer to the provider implementation to determine which keys are supported. Added in 25.0.0
Copy file name to clipboardexpand all lines: lib/public/UserStatus/IManager.php
+2-1
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,10 @@ public function getUserStatuses(array $userIds): array;
53
53
* @param string $messageId The id of the predefined message.
54
54
* @param string $status The status to assign
55
55
* @param bool $createBackup If true, this will store the old status so that it is possible to revert it later (e.g. after a call).
56
+
* @param array $extraParams Pass extra parameters to the user status implementation provider. Refer to the provider implementation to determine which keys are supported. Added in 25.0.0
0 commit comments