Skip to content

Commit

Permalink
Add follow/unfollow thread to inspect_message (#4435)
Browse files Browse the repository at this point in the history
  • Loading branch information
megrogan authored Sep 25, 2023
1 parent 8ab4c19 commit 9d7404d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/canisters/group/impl/src/lifecycle/inspect_message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ fn accept_if_valid(state: &RuntimeState) {
| "change_role"
| "claim_prize"
| "edit_message_v2"
| "follow_thread"
| "unfollow_thread"
| "put_chunk"
| "register_poll_vote"
| "register_proposal_vote"
Expand Down

0 comments on commit 9d7404d

Please sign in to comment.