Skip to content

fix crash on invite via /invite command

Gary Wang requested to merge garywang/neochat:crash-on-invitecmd into master

When trying to invite a user, if that user doesn't get banned or already get invited (which is the most common case), roomMemberEvent will be nullptr. This patch add a check for this case.

Merge request reports