Skip to content

Commit 8585a94

Browse files
committed
fix: change user again
1 parent d763e0c commit 8585a94

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/entities/relay.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import {
1212
and,
1313
eq,
1414
isNotNull,
15-
not,
1615
} from "drizzle-orm";
1716
import type { PgDatabase } from "drizzle-orm/pg-core";
1817
import type { PostgresJsQueryResultHKT } from "drizzle-orm/postgres-js";
@@ -26,7 +25,7 @@ import * as schema from "../schema";
2625
// and the realy keeps our server in the database.
2726
// And because we won't receive an activity to check whether the Undo was successful, we can't delete the relay client actor safely.
2827
export const HOLLO_RELAY_ACTOR_ID = "8a683714-6fa2-4e53-9f05-b4acbcda4db7";
29-
export const HOLLO_RELAY_ACTOR_USERNAME = "$hollo~relay~follower$";
28+
export const HOLLO_RELAY_ACTOR_USERNAME = "~hollo~relay~follower~";
3029

3130
/**
3231
* Workaround fedify jsonld serialization for relay follow.

0 commit comments

Comments
 (0)