Annotate the specific step that is slow
This commit is contained in:
parent
76caaa1468
commit
a61ad30908
1 changed files with 1 additions and 2 deletions
|
@ -219,8 +219,6 @@ async function validateHomeserverOrigin(serverUrlPrompt, url) {
|
||||||
|
|
||||||
as.close().catch(() => {})
|
as.close().catch(() => {})
|
||||||
|
|
||||||
console.log("⏩ Processing. This could take up to 30 seconds. Please be patient...")
|
|
||||||
|
|
||||||
const mxid = `@${reg.sender_localpart}:${reg.ooye.server_name}`
|
const mxid = `@${reg.sender_localpart}:${reg.ooye.server_name}`
|
||||||
|
|
||||||
// ensure registration is correctly set...
|
// ensure registration is correctly set...
|
||||||
|
@ -302,6 +300,7 @@ async function validateHomeserverOrigin(serverUrlPrompt, url) {
|
||||||
console.log("✅ Discord profile updated...")
|
console.log("✅ Discord profile updated...")
|
||||||
|
|
||||||
// set profile data on homeserver...
|
// set profile data on homeserver...
|
||||||
|
console.log("⏩ Updating Matrix profile... (If you've joined lots of rooms, this is slow. Please allow at least 30 seconds.)")
|
||||||
await api.profileSetDisplayname(mxid, "Out Of Your Element")
|
await api.profileSetDisplayname(mxid, "Out Of Your Element")
|
||||||
await api.profileSetAvatarUrl(mxid, avatarUrl)
|
await api.profileSetAvatarUrl(mxid, avatarUrl)
|
||||||
console.log("✅ Matrix profile updated...")
|
console.log("✅ Matrix profile updated...")
|
||||||
|
|
Loading…
Reference in a new issue