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

Add module API method to create a room #13429

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    7a87188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c934f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

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

Commits on Aug 3, 2022

  1. Alter - module API "create_room" method to relax constraints on user …

    …that
    
    creates the room.
    
    Align more with logic of pre-existing module API methods (e.g.
    "update_room_membership").
    buffless-matt committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    916c583 View commit details
    Browse the repository at this point in the history
  2. Document - Synapse version in which "create_room" module API method i…

    …s likely
    
    to be released in.
    buffless-matt committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    8116429 View commit details
    Browse the repository at this point in the history
  3. Alter - return value of "create_room" module API method so that it do…

    …esn't
    
    expose Synapse internals.
    
    Modules shouldn't be concerned with Synapse internals.
    buffless-matt committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    4ebd44a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b53122 View commit details
    Browse the repository at this point in the history
  5. Alter - unit tests for the module API "create_room" method to align w…

    …ith new API
    
    (of the unit under test) and to reduce the chances of false negatives during
    test execution.
    buffless-matt committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    a330777 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    7618a8d View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    f7df217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbc85b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    272e685 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    698967d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b170f9 View commit details
    Browse the repository at this point in the history