Skip to content

fix(chat): add the missing imports that break the master build - #6734

Merged
mahibi merged 1 commit into
masterfrom
fix/noid/chat-viewmodel-missing-imports
Sep 20, 2026
Merged

mahibi merged 1 commit into
masterfrom
fix/noid/chat-viewmodel-missing-imports

Conversation

@AndyScherzinger

@AndyScherzinger AndyScherzinger commented Sep 20, 2026

Copy link
Copy Markdown
Member

🖼️ Screenshots

No UI change.

checkForNoteToSelf catches IOException and HttpException, but neither type is imported, so master does not compile:

e: ChatViewModel.kt:2158:21 Unresolved reference 'IOException'.
e: ChatViewModel.kt:2161:21 Unresolved reference 'HttpException'.

The Unit tests workflow has been failing on master since then, and so does every branch based on it. Introduced in 8ff6471 (#6724).

🚧 TODO

  • ...

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not needed
  • 🔖 Capability is checked or not needed
  • 🔙 Backport requests are created or not needed: /backport to stable-xx.x (not needed, stable-25.0.x already has both imports)
  • 📅 Milestone is set
  • 🌸 PR title is meaningful (if it should be in the changelog: is it meaningful to users?)

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

checkForNoteToSelf catches IOException and HttpException, but neither
type is imported, so master does not compile and the unit test workflow
fails for every branch based on it.

Assisted-by: Claude Code:claude-opus-5
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
@AndyScherzinger AndyScherzinger added this to the 25.1.0 milestone Sep 20, 2026
@github-actions

Copy link
Copy Markdown
Contributor

📱 QA build

Download app-qa-debug.apk
QR code Open the QR code for this download
Commit 002e4cc
Version 6734
Available until 7 days after this build

The QA build installs alongside a released Nextcloud app, so you can keep
using your existing install while testing.

Downloading the file requires a GitHub account, so open this link on the
device you want to test on, or transfer the APK to it.

@mahibi
mahibi merged commit d97df04 into master Sep 20, 2026
17 of 19 checks passed
@mahibi
mahibi deleted the fix/noid/chat-viewmodel-missing-imports branch September 20, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants