Skip to content

Remove ModifyConversationHistory action#5027

Open
pcapriotti wants to merge 2 commits intodevelopfrom
history-permission
Open

Remove ModifyConversationHistory action#5027
pcapriotti wants to merge 2 commits intodevelopfrom
history-permission

Conversation

@pcapriotti
Copy link
Contributor

@pcapriotti pcapriotti commented Feb 13, 2026

When history metadata was introduced, we added a new ModifyConversationHistory constructor for the Action type, corresponding to the permission of modifying the conversation history settings.

However, this broke API compatibility, since we are returning a list of permissions in a conversation endpoint.

This PR reuses the ModifyConversationAccess action permission instead. Permissions are only used internally and don't really affect the behaviour of the backend, anyway.

Checklist

  • Add a new entry in an appropriate subdirectory of changelog.d
  • Read and follow the PR guidelines

@pcapriotti pcapriotti marked this pull request as ready for review February 13, 2026 13:04
@pcapriotti pcapriotti requested review from a team as code owners February 13, 2026 13:04
@pcapriotti pcapriotti force-pushed the history-permission branch 2 times, most recently from 71e22c2 to ebf282e Compare February 13, 2026 14:49
This broke API compatibility. Instead, reuse ModifyConversationAccess
action permission. Permissions are only used internally and don't really
affect the behaviour of the backend, anyway.
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.

3 participants