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

Experimental MSC3890 Implementation: Fix deleting account data when using an account data writer worker #14869

Merged
merged 3 commits into from
Mar 3, 2023

Commits on Mar 2, 2023

  1. Remove non-existent kwarg passed to function _remove_user_data_client

    _remove_user_data_client does not take a `content` argument.
    anoadragon453 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    c90597f View commit details
    Browse the repository at this point in the history
  2. Always return max stream ID from remove account data repl cmds

    ...instead of returning None when there was not actually any account
    data to delete.
    
    This means that in the case of a replication call to remove account data
    that didn't exist, the replication response body is now {max_stream_id:
    current_stream_id} instead of {max_stream_id: None}.
    anoadragon453 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    e0ae9cf View commit details
    Browse the repository at this point in the history
  3. changelog

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