Skip to content

Commit

Permalink
Add vger.social to login list, @aeharding@vger.social alias (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Apr 17, 2024
1 parent e845fc2 commit 2ab46d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/features/auth/login/data/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ const ADDITIONAL_LOGIN_INSTANCES = [
"lemmygrad.ml",
"lemmynsfw.com",
"hexbear.net",
"vger.social",
];

export const LOGIN_SERVERS = uniq([
Expand Down
3 changes: 2 additions & 1 deletion src/features/labels/links/PersonLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ export default function PersonLink({
else if (distinguished) color = "var(--ion-color-success)";
else if (
person.actor_id === "https://lemmy.world/u/aeharding" ||
person.actor_id === "https://midwest.social/u/aeharding"
person.actor_id === "https://midwest.social/u/aeharding" ||
person.actor_id === "https://vger.social/u/aeharding"
)
color = "var(--ion-color-tertiary-tint)";
else if (opId && person.id === opId) color = "var(--ion-color-primary-fixed)";
Expand Down

0 comments on commit 2ab46d1

Please sign in to comment.