Fix the following case:

Closed jehan requested to merge fix/chat_room_deleted_then_re_created into master

chatroom with A,B and C A call core.deleteChatRoom but keep a reference on the chatroom object because not yet garbage collected. B re-invite A. Chatroom creation fails because former chatroom is still referenced by the list event handler.

Merge request reports