Closed MattyWjeisz closed 1 year ago
Have also noticed same error even when setting exceed length to 1.
I'm very busy these weeks, I'll try to take a look as soon as possible. Perhaps the problem is due to the last update of the extension, in the previous version it was working fine for you?
I'm very busy these weeks, I'll try to take a look as soon as possible. Perhaps the problem is due to the last update of the extension, in the previous version it was working fine for you?
I've only run this extension on the latest version 1.4.1. so I haven't used an earlier version of the extension. If I knew more about it I'd try to find the problem for you, but coding isn't my strong suit unfortunately :(
I'm not able to reproduce the issue unless the user's email isn't confirmed.
Could you check your database and make sure the column is_email_confirmed is 1? Or edit the aboveline and replace it by:
if (!$serializer->getActor()->isGuest() /*&& $serializer->getActor()->is_email_confirmed === 1*/)
Considering the time that has passed since it was reported and there have been no news or other users reporting this, I close the issue. If it happens again, we reopen it to continue the investigation.
If setting 'exceeding limit' to 0, content is hidden from all users - including those logged in as well as administrators and moderators.
Noticed on Flarum 1.4.1 and PHP1.8.1.