Skip to content

Conversation

@abhinavkrin
Copy link
Member

@abhinavkrin abhinavkrin commented Aug 14, 2025

Proposed changes (including videos or screenshots)

Fixes an issue where the Encrypted toggle becomes disabled or resets its value when users toggle Private or Broadcast in rooms while both E2E_Enable and E2E_Enabled_Default_PrivateRooms are enabled.

  • With E2E_Enable = true and E2E_Enabled_Default_PrivateRooms = true, Encrypted is ON by default and remains user-editable.
  • Toggling Private (off → on ) does not alter the current Encrypted value and enables the encrypted toggle.
  • Toggling Private (on → off ) turns off the current Encrypted value and disabled it.
  • Toggling Broadcast on/off does not alter the current Encrypted value and does not disable the toggle (broadcast and E2EE can coexist).
Screen_Recording_2025_08_11_at_9_13_21_PM.MOV

Issue(s)

Steps to test or reproduce

Further comments

SUP-808

@abhinavkrin abhinavkrin requested a review from a team as a code owner August 14, 2025 11:27
@dionisio-bot
Copy link
Contributor

dionisio-bot bot commented Aug 14, 2025

Looks like this PR is ready to merge! 🎉
If you have any trouble, please check the PR guidelines

@changeset-bot
Copy link

changeset-bot bot commented Aug 14, 2025

🦋 Changeset detected

Latest commit: 843e56a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 39 packages
Name Type
@rocket.chat/meteor Patch
@rocket.chat/core-typings Patch
@rocket.chat/rest-typings Patch
@rocket.chat/uikit-playground Patch
@rocket.chat/api-client Patch
@rocket.chat/apps Patch
@rocket.chat/core-services Patch
@rocket.chat/cron Patch
@rocket.chat/ddp-client Patch
@rocket.chat/freeswitch Patch
@rocket.chat/fuselage-ui-kit Patch
@rocket.chat/gazzodown Patch
@rocket.chat/http-router Patch
@rocket.chat/livechat Patch
@rocket.chat/model-typings Patch
@rocket.chat/ui-avatar Patch
@rocket.chat/ui-client Patch
@rocket.chat/ui-contexts Patch
@rocket.chat/web-ui-registration Patch
@rocket.chat/account-service Patch
@rocket.chat/authorization-service Patch
@rocket.chat/ddp-streamer Patch
@rocket.chat/omnichannel-transcript Patch
@rocket.chat/presence-service Patch
@rocket.chat/queue-worker Patch
@rocket.chat/stream-hub-service Patch
@rocket.chat/license Patch
@rocket.chat/omnichannel-services Patch
@rocket.chat/pdf-worker Patch
@rocket.chat/presence Patch
rocketchat-services Patch
@rocket.chat/models Patch
@rocket.chat/network-broker Patch
@rocket.chat/mock-providers Patch
@rocket.chat/ui-video-conf Patch
@rocket.chat/ui-voip Patch
@rocket.chat/instance-status Patch
@rocket.chat/omni-core Patch
@rocket.chat/omni-core-ee Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

…ast under E2E defaults

Signed-off-by: Abhinav Kumar <abhinav@avitechlab.com>
Signed-off-by: Abhinav Kumar <abhinav@avitechlab.com>
Signed-off-by: Abhinav Kumar <abhinav@avitechlab.com>
@abhinavkrin abhinavkrin force-pushed the fix/encryption-flag-reset-toggle-private-broadcast-e2e-defaults branch from 4f421e0 to e0b0193 Compare August 14, 2025 11:28
@abhinavkrin abhinavkrin added this to the 7.10.0 milestone Aug 14, 2025
@codecov
Copy link

codecov bot commented Aug 14, 2025

Codecov Report

❌ Patch coverage is 97.43590% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.93%. Comparing base (9faf1ec) to head (843e56a).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #36714      +/-   ##
===========================================
+ Coverage    65.76%   65.93%   +0.17%     
===========================================
  Files         3256     3258       +2     
  Lines       108530   109178     +648     
  Branches     20681    20711      +30     
===========================================
+ Hits         71373    71985     +612     
- Misses       34494    34538      +44     
+ Partials      2663     2655       -8     
Flag Coverage Δ
e2e 57.18% <50.00%> (+0.01%) ⬆️
unit 71.40% <100.00%> (+0.18%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Abhinav Kumar <abhinav@avitechlab.com>
@abhinavkrin abhinavkrin requested a review from tiagoevanp August 19, 2025 14:14
@abhinavkrin abhinavkrin added the stat: QA assured Means it has been tested and approved by a company insider label Aug 19, 2025
@dionisio-bot dionisio-bot bot added the stat: ready to merge PR tested and approved waiting for merge label Aug 19, 2025
@kodiakhq kodiakhq bot merged commit cf165c5 into develop Aug 19, 2025
85 of 87 checks passed
@kodiakhq kodiakhq bot deleted the fix/encryption-flag-reset-toggle-private-broadcast-e2e-defaults branch August 19, 2025 18:04
debdutdeb added a commit that referenced this pull request Aug 20, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent `load more` in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix: `VideoConfPopup` not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix: `onlyMyDepartments` not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
sampaiodiego pushed a commit that referenced this pull request Aug 21, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent `load more` in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix: `VideoConfPopup` not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix: `onlyMyDepartments` not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
sampaiodiego pushed a commit that referenced this pull request Sep 2, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent `load more` in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix: `VideoConfPopup` not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix: `onlyMyDepartments` not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ricardogarim pushed a commit that referenced this pull request Sep 8, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent `load more` in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix: `VideoConfPopup` not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix: `onlyMyDepartments` not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo pushed a commit that referenced this pull request Sep 16, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent `load more` in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix: `VideoConfPopup` not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix: `onlyMyDepartments` not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 17, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 18, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 18, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 18, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 18, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 18, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 18, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 18, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 18, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 18, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 18, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 18, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 19, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 19, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 23, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
ggazzo added a commit that referenced this pull request Sep 25, 2025
rebuild yarn.lock

clone and build homeserver repo

indentatioin

change setup-node order

remove existing homeserver path

test

/tmp

diff job :/

must link

use bundle branch

fix storybook too

fix lint error

fix old federation tests

fix more similar issues

ci: remove deploy-preview for PRs (#36725)

test: cleanup page-objects (#36665)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

regression: Prevent  in emoji picker route to home page (#36720)

fix: unhandled rejection from stale runtime (#36670)

fix: prevent unexpected token errors from newer syntax in apps (#36625)

chore: Move E2E Encryption startup (#36722)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix:  not receiving focus properly (#36738)

i18n: Incomplete Room Name Validation Message (#35318)

Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>

fix: encryption toggle disabled/reset when toggling Private or Broadcast under E2E defaults (#36714)

fix: moment js not loading some locales (#36651)

fix: Custom notification sounds on incoming messages (#36703)

Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>

fix:  not applying to agents (#36747)

fix: enhance inquiry locking mechanism with timeout and error handling (#36749)

fix: media playback failing due to expired urls (#36622)

test: add saml login tests for user without name and user with channels (#36383)

more fixes

remove homeserver link again

more lint issues

another coupe

cache homeserver stuff

another lint probelem

yeah i ran lint locally finally.

fix the other dockerfiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stat: QA assured Means it has been tested and approved by a company insider stat: ready to merge PR tested and approved waiting for merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants