Skip to content
  • Daniel García Moreno's avatar
    api: Better room name resoltuion · 3268c280
    Daniel García Moreno authored
    Sometimes a room has the event "m.room.name" but that event doesn't
    follows the normal struct:
    
    {
        "content": {
            "name": "ROOM NAME"
        }
    }
    
    So we should ignore this events instead of return "WRONG NAME" because
    the alias could be valid.
    3268c280