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

Use device_one_time_keys_count to match MSC3202 #14565

Merged
merged 3 commits into from
Nov 28, 2022
Merged

Use device_one_time_keys_count to match MSC3202 #14565

merged 3 commits into from
Nov 28, 2022

Commits on Nov 28, 2022

  1. Use device_one_time_keys_count to match MSC3202

    Rename the `device_one_time_key_counts` key in responses to
    `device_one_time_keys_count` to match the name specified by MSC3202.
    
    Also change related variable/class names for consistency.
    
    Signed-off-by: Andrew Ferrazzutti <andrewf@element.io>
    AndrewFerr committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    245b164 View commit details
    Browse the repository at this point in the history
  2. Update changelog.d/14565.misc

    Co-authored-by: David Robertson <david.m.robertson1@gmail.com>
    AndrewFerr and DMRobertson authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    997f7b1 View commit details
    Browse the repository at this point in the history
  3. Revert name change for one_time_key_counts key

    as this is a different key altogether from `device_one_time_keys_count`,
    which is used for `/sync` instead of appservice transactions.
    AndrewFerr committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    dc56a75 View commit details
    Browse the repository at this point in the history