Skip to content

feat(federation): Implement notifications for mentions, reply and full #18312

feat(federation): Implement notifications for mentions, reply and full

feat(federation): Implement notifications for mentions, reply and full #18312

Triggered via pull request March 5, 2024 14:41
Status Failure
Total duration 1h 4m 20s
Artifacts

psalm.yml

on: pull_request
static-psalm-analysis
3m 13s
static-psalm-analysis
Fit to window
Zoom out
Zoom in

Annotations

7 errors
UndefinedClass: lib/Chat/MessageParser.php#L66
lib/Chat/MessageParser.php:66:85: UndefinedClass: Class, interface or enum named OCA\Talk\Model\ProxyCacheMessages does not exist (see https://psalm.dev/019)
InvalidArrayOffset: lib/Federation/CloudFederationProviderTalk.php#L402
lib/Federation/CloudFederationProviderTalk.php:402:27: InvalidArrayOffset: Cannot access value on variable $notification['messageData'] using offset value of 'metaData', expecting 'remoteMessageId', 'actorType', 'actorId', 'actorDisplayName', 'messageType', 'systemMessage', 'expirationDatetime', 'message' or 'messageParameter' (see https://psalm.dev/115)
UndefinedClass: lib/Notification/Notifier.php#L88
lib/Notification/Notifier.php:88:3: UndefinedClass: Class, interface or enum named OCA\Talk\Model\ProxyCacheMessagesMapper does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Notification/Notifier.php#L555
lib/Notification/Notifier.php:555:14: UndefinedClass: Class, interface or enum named OCA\Talk\Model\ProxyCacheMessagesMapper does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Service/RoomFormatter.php#L67
lib/Service/RoomFormatter.php:67:3: UndefinedClass: Class, interface or enum named OCA\Talk\Model\ProxyCacheMessagesMapper does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Service/RoomFormatter.php#L393
lib/Service/RoomFormatter.php:393:22: UndefinedClass: Class, interface or enum named OCA\Talk\Model\ProxyCacheMessagesMapper does not exist (see https://psalm.dev/019)
static-psalm-analysis
Process completed with exit code 2.