ran the migration on a release build, confirmed that I was not entering `handleReduxMigrationFailure`.
Additionally logged the following in `native/components/community-actions-button.react.js` and got these results:
```
const canManageFarcasterChannelTags = useThreadHasPermission(
community,
threadPermissions.MANAGE_FARCASTER_CHANNEL_TAGS,
);
console.log('canManageFarcasterChannelTags', canManageFarcasterChannelTags);
```
{F2050415}
(I am an admin of comm supporters and a personal test community so I expected to have two `true` values here)