You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks for some reason the chan_mod variable isn't fully initialized when this function is called right after a moderator is created, which throws a fake unauthorized error.
Looks for some reason the
chan_mod
variable isn't fully initialized when this function is called right after a moderator is created, which throws a fake unauthorized error.https://github.com/Glimesh/glimesh.tv/blob/dev/lib/glimesh/stream_moderation.ex#L26= is the line that it happens on.
Not really too sure why this would return nil unless it's just too fast and the DB hasn't updated yet.
The text was updated successfully, but these errors were encountered: