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

Simplify _locally_reject_invite #8537

Merged
merged 3 commits into from
Oct 15, 2020
Merged

Commits on Oct 13, 2020

  1. Remove redundant token_id parameter to create_event

    this is always the same as requester.access_token_id.
    richvdh committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    d9d86c2 View commit details
    Browse the repository at this point in the history
  2. Simplify _locally_reject_invite

    Update `EventCreationHandler.create_event` to accept an auth_events param, and
    use it in `_locally_reject_invite` instead of reinventing the wheel.
    richvdh committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a34b17e View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    d9dc618 View commit details
    Browse the repository at this point in the history