Skip to content

feat: make NC34 compatible#247

Open
miaulalala wants to merge 1 commit intomainfrom
feat/nc33-34-compatibility
Open

feat: make NC34 compatible#247
miaulalala wants to merge 1 commit intomainfrom
feat/nc33-34-compatibility

Conversation

@miaulalala
Copy link
Collaborator

AI-assisted-by: Claude Code (Sonnet 4.6)

@miaulalala miaulalala self-assigned this Mar 26, 2026
@miaulalala miaulalala mentioned this pull request Mar 26, 2026
AI-assisted-by: Claude Code (Sonnet 4.6)
Signed-off-by: Anna Larch <anna@nextcloud.com>
@miaulalala miaulalala force-pushed the feat/nc33-34-compatibility branch from 143562d to f171138 Compare March 26, 2026 15:14
@miaulalala miaulalala marked this pull request as ready for review March 26, 2026 15:21
Copy link
Contributor

@artonge artonge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpicks, but fine to merge :)

beforeCreate() {
beforeDestroy() {
document.removeEventListener('webviewerloaded', this.handleWebviewerloaded)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is needed.

Comment on lines +135 to +137
try {
message = error.response.data.message;
} catch(e) {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not need the try/catch anymore

Suggested change
try {
message = error.response.data.message;
} catch(e) {}
message = error.response.data.message;

@solracsf solracsf linked an issue Mar 26, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nextcloud 32

2 participants