mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(userstatus): Do not override message timestamp for default messages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
36d370b216
commit
fc1dd985c8
1 changed files with 0 additions and 1 deletions
|
|
@ -504,7 +504,6 @@ class StatusService {
|
|||
if ($predefinedMessage !== null) {
|
||||
$status->setCustomMessage($predefinedMessage['message']);
|
||||
$status->setCustomIcon($predefinedMessage['icon']);
|
||||
$status->setStatusMessageTimestamp($this->timeFactory->now()->getTimestamp());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue