Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Remove excess condition on knock->leave check #11900

Merged
merged 6 commits into from
Feb 22, 2022
Merged

Commits on Feb 3, 2022

  1. Correctly test for room version support of knocking during auth rules

    This appears to be a bug in that `RoomVersion` is the class object while `room_version` is the local variable. 
    
    Without this change, the condition always evaluates as `False`.
    turt2live committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    c5ca214 View commit details
    Browse the repository at this point in the history
  2. changelog

    turt2live committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    cc3170b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    11bcd3a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Update condition

    turt2live committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    0ca57cb View commit details
    Browse the repository at this point in the history
  2. Replace changelog

    turt2live committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    3a4e228 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4438404 View commit details
    Browse the repository at this point in the history