Page MenuHomePhabricator

[keyserver] Include initial navInfo selectedUserList
ClosedPublic

Authored by michal on May 29 2023, 6:59 AM.
Tags
None
Referenced Files
F1677936: D8012.id27743.diff
Mon, Apr 29, 7:37 AM
F1677935: D8012.id27394.diff
Mon, Apr 29, 7:37 AM
F1677934: D8012.id27158.diff
Mon, Apr 29, 7:37 AM
F1677877: D8012.id.diff
Mon, Apr 29, 7:33 AM
F1677788: D8012.diff
Mon, Apr 29, 7:00 AM
Unknown Object (File)
Mar 28 2024, 9:53 PM
Unknown Object (File)
Mar 28 2024, 9:53 PM
Unknown Object (File)
Mar 28 2024, 9:53 PM
Subscribers

Details

Summary

If you navigate directly to an url for chat creation we want to include the mentioned users infos in the nav info.

Depends on D8011

Test Plan

Navigate to /chat/create/<user-not-in-userstore> and /chat/create/<user-in-userstore> and check if they both work correctly

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ashoat added inline comments.
keyserver/src/responders/website-responders.js
270 ↗(On Diff #27158)

Can you add a code comment explaining what you're doing here?

313–316 ↗(On Diff #27158)

Why are these being awaited in sequence?

web/url-utils.js
83–85 ↗(On Diff #27158)

Can we update this to be read-only?

This revision is now accepted and ready to land.May 29 2023, 7:43 AM
keyserver/src/responders/website-responders.js
313–316 ↗(On Diff #27158)

Sorry, ignore this comment