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

Move Account Validity callbacks to a dedicated file #15237

Merged
merged 5 commits into from
Mar 16, 2023

Commits on Mar 9, 2023

  1. Move Account Validity callbacks to a dedicated file

    Spreading module callback registration across the codebase is both a bit
    messy and makes it unclear where a user should register callbacks if
    they want to define a new class of callbacks.
    
    Consolidating these under the synapse.module_api module cleans things up
    a bit, puts related code in the same place and makes it much more
    obvious how to extend it.
    anoadragon453 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    53680ae View commit details
    Browse the repository at this point in the history
  2. changelog

    anoadragon453 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    ee9bcd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    449d01d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11f97b3 View commit details
    Browse the repository at this point in the history
  3. lint

    anoadragon453 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d6c14fb View commit details
    Browse the repository at this point in the history