FIX: User link on post assign/unassign (#322)

This commit is contained in:
Penar Musaraj 2022-04-27 13:19:34 -04:00 committed by GitHub
parent de36236dbc
commit b1b7023141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -938,9 +938,7 @@ export default {
withPluginApi("0.12.2", (api) => {
api.addGroupPostSmallActionCode("assigned_group");
api.addGroupPostSmallActionCode("unassigned_group");
api.addGroupPostSmallActionCode("assigned_to_post");
api.addGroupPostSmallActionCode("assigned_group_to_post");
api.addGroupPostSmallActionCode("unassigned_from_post");
api.addGroupPostSmallActionCode("unassigned_group_from_post");
});
withPluginApi("0.12.3", (api) => {