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

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Jul 22, 2021

As per comment

Fixes #10456
See also element-hq/element-android#3725

Pull Request Checklist

  • Pull request is based on the develop branch
  • Pull request includes a changelog file. The entry should:
    • Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from EventStore to EventWorkerStore.".
    • Use markdown where necessary, mostly for code blocks.
    • End with either a period (.) or an exclamation mark (!).
    • Start with a capital letter.
  • Pull request includes a sign off
  • Code style is correct (run the linters)

@erikjohnston erikjohnston merged commit 7da24b9 into release-v1.38 Jul 22, 2021
@erikjohnston erikjohnston deleted the dbkr/always_send_otk_count branch July 22, 2021 14:29
aaronraimist added a commit to aaronraimist/synapse that referenced this pull request Jul 22, 2021
Synapse 1.38.1 (2021-07-22)
===========================

Bugfixes
--------

- Always include `device_one_time_keys_count` key in `/sync` response to work around a bug in Element Android that broke encryption for new devices. ([\matrix-org#10457](matrix-org#10457))
richvdh added a commit that referenced this pull request Jul 22, 2021
Synapse 1.38.1 (2021-07-22)
===========================

Bugfixes
--------

- Always include `device_one_time_keys_count` key in `/sync` response to work around a bug in Element Android that broke encryption for new devices. ([\#10457](#10457))
erikjohnston added a commit that referenced this pull request Jul 23, 2021
Synapse 1.39.0rc2 (2021-07-22)
==============================

Bugfixes
--------

- Always include `device_one_time_keys_count` key in `/sync` response to work around a bug in Element Android that broke encryption for new devices. ([\#10457](#10457))

Internal Changes
----------------

- Move docker image build to Github Actions. ([\#10416](#10416))
erikjohnston added a commit that referenced this pull request Jul 23, 2021
Synapse 1.38.1 (2021-07-22)
===========================

Bugfixes
--------

- Always include `device_one_time_keys_count` key in `/sync` response to work around a bug in Element Android that broke encryption for new devices. ([\#10457](#10457))
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Jul 25, 2021
Synapse 1.38.1 (2021-07-22)
===========================

Bugfixes
--------

- Always include `device_one_time_keys_count` key in `/sync` response to work around a bug in Element Android that broke encryption for new devices. ([\#10457](matrix-org/synapse#10457))
babolivier added a commit to matrix-org/synapse-dinsic that referenced this pull request Sep 1, 2021
Synapse 1.38.1 (2021-07-22)
===========================

Bugfixes
--------

- Always include `device_one_time_keys_count` key in `/sync` response to work around a bug in Element Android that broke encryption for new devices. ([\#10457](matrix-org/synapse#10457))
Fizzadar pushed a commit to Fizzadar/synapse that referenced this pull request Oct 26, 2021
Synapse 1.38.1 (2021-07-22)
===========================

Bugfixes
--------

- Always include `device_one_time_keys_count` key in `/sync` response to work around a bug in Element Android that broke encryption for new devices. ([\matrix-org#10457](matrix-org#10457))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stripping empty, optional field device_one_time_keys_count during initial sync breaks Element Android encryption
2 participants