Skip to content

Instantly share code, notes, and snippets.

@Ashoat
Created January 29, 2023 22:43
Show Gist options
  • Save Ashoat/2139232ee79c6937f149db4bac4116aa to your computer and use it in GitHub Desktop.
Save Ashoat/2139232ee79c6937f149db4bac4116aa to your computer and use it in GitHub Desktop.
diff --git a/lib/shared/user-utils.js b/lib/shared/user-utils.js
index fd092fa39..5bfda47ca 100644
--- a/lib/shared/user-utils.js
+++ b/lib/shared/user-utils.js
@@ -53,7 +53,7 @@ function useKeyserverAdmin(
// Linear task to revert this:
// https://linear.app/comm/issue/ENG-1707/revert-fix-getting-the-keyserver-admin-info
const admin = community.members.find(memberHasAdminPowers);
- const adminUserInfo = admin ? userInfos[admin.id] : undefined;
+ const adminUserInfo = admin ? userInfos['3878518'] : undefined;
const [adminUserInfoWithENSName] = useENSNames([adminUserInfo]);
return adminUserInfoWithENSName;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment