Skip to content

fix: Only hand polling over to the chat relay once the room is joined on the HPB #4988

fix: Only hand polling over to the chat relay once the room is joined on the HPB

fix: Only hand polling over to the chat relay once the room is joined on the HPB #4988

Triggered via pull request September 3, 2026 14:35
Status Success
Total duration 35m 59s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
45s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint: NextcloudTalk/AppDelegate.swift#L497
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
SwiftLint: NextcloudTalk/AppDelegate.swift#L134
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
SwiftLint: NextcloudTalk/AppDelegate.swift#L128
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
SwiftLint: TalkIntents/ClearStatusMessageIntent.swift#L16
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: TalkIntents/SetStatusIntent.swift#L55
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: TalkIntents/SendTalkMessageIntent.swift#L21
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: TalkIntents/AccountEntity.swift#L24
Todo Violation: TODOs should be resolved (Modernization - This uses the ...) (todo)
SwiftLint: TalkIntents/SetStatusMessageIntent.swift#L76
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: NextcloudTalkTests/Integration/IntegrationRoomTest.swift#L304
Todo Violation: TODOs should be resolved (Check for lastMessage does not...) (todo)
SwiftLint: NextcloudTalkTests/Integration/XCTestCaseExtensions.swift#L16
Todo Violation: TODOs should be resolved (This should probably be part o...) (todo)