Annotate the specific step that is slow

This commit is contained in:
Cadence Ember 2024-09-15 22:21:21 +12:00
parent 76caaa1468
commit a61ad30908

View file

@ -219,8 +219,6 @@ async function validateHomeserverOrigin(serverUrlPrompt, url) {
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}`
// ensure registration is correctly set...
@ -302,6 +300,7 @@ async function validateHomeserverOrigin(serverUrlPrompt, url) {
console.log("✅ Discord profile updated...")
// 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.profileSetAvatarUrl(mxid, avatarUrl)
console.log("✅ Matrix profile updated...")