Skip to content

feat: add an append only mode to add messages reducer#6767

Draft
jdrogers940 wants to merge 1 commit intomainfrom
jdr/add-append-only-mode
Draft

feat: add an append only mode to add messages reducer#6767
jdrogers940 wants to merge 1 commit intomainfrom
jdr/add-append-only-mode

Conversation

@jdrogers940
Copy link
Collaborator

  • Description: Adding an optional mode parameter to the add_messages function with two modes:
    • allow_everything which is the default and does everything as normal today.
    • append_only which throws a ValueError if a user tries to either remove or adjust any existing messages.
  • Issue: Solves the problem of a user who should have permissions to call a graph doing something to the previous history of the messages.
  • Dependencies: None
  • Twitter handle: N/A

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.

1 participant