Skip to content

Comments

fix: Replace linkId with accessId in Mailbox model#2815

Merged
FabianDevel merged 1 commit intomainfrom
fix/permission-endpoint
Feb 20, 2026
Merged

fix: Replace linkId with accessId in Mailbox model#2815
FabianDevel merged 1 commit intomainfrom
fix/permission-endpoint

Conversation

@PhilippeWeidmann
Copy link
Member

@PhilippeWeidmann PhilippeWeidmann commented Feb 20, 2026

Replace the linkId field with accessId in the Mailbox data model to align with the updated API specification. The backend changed from using link_id (integer) to access_id (string) for mailbox permissions.

Update the permissions endpoint construction and increment the MailboxInfo Realm schema version to handle the data migration.

⚠️ Since the mailbox model has changed double check that the migration is correct

@PhilippeWeidmann PhilippeWeidmann changed the title fix: replace linkId with accessId in Mailbox model fix: Replace linkId with accessId in Mailbox model Feb 20, 2026
Replace the linkId field with accessId in the Mailbox data model to
align with the updated API specification. The backend changed from
using link_id (integer) to access_id (string) for mailbox permissions.

Update the permissions endpoint construction and increment the
MailboxInfo Realm schema version to handle the data migration.
@sonarqubecloud
Copy link

@FabianDevel FabianDevel merged commit 470f7f8 into main Feb 20, 2026
7 checks passed
@FabianDevel FabianDevel deleted the fix/permission-endpoint branch February 20, 2026 12:03
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.

2 participants