askvortsov1 / flarum-help-tags

MIT License
4 stars 3 forks source link

Can't reply after some time #19

Open LoneDev6 opened 1 year ago

LoneDev6 commented 1 year ago

Seems that flarum somehow is removing permissions from people after some time. They can't write in the private channels after some hours. I followed the instructions carefully and they work fine, but after some time the "View forum (discussions and users)" permission seems to revert back and remove the specific group.

Flarum: 1.3.0 PHP: 8.0.19 Help Tags: 1.1.0

LoneDev6 commented 1 year ago

I think a solution would be to implement an option directly in the Help Tags config to specifically allow a group to write in channels and handle the permission manually probably here: https://github.com/askvortsov1/flarum-help-tags/blob/master/src/Access/GlobalPolicy.php#L21