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

Fix @trace not wrapping some state methods that return coroutines correctly #15647

Merged

Commits on May 22, 2023

  1. Fix @trace not wrapping some state methods correctly

    ```
    master | 2023-05-21 09:30:09,288 - synapse.logging.opentracing - 940 - ERROR - POST-1 - @trace may not have wrapped StateStorageController.get_state_for_groups correctly! The function is not async but returned a coroutine
    ```
    MadLittleMods committed May 22, 2023
    Configuration menu
    Copy the full SHA
    52b2336 View commit details
    Browse the repository at this point in the history
  2. Add changelog:

    MadLittleMods committed May 22, 2023
    Configuration menu
    Copy the full SHA
    de57cc6 View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    MadLittleMods committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2f9dc45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    305cb62 View commit details
    Browse the repository at this point in the history