We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d763e0c commit 8585a94Copy full SHA for 8585a94
1 file changed
src/entities/relay.ts
@@ -12,7 +12,6 @@ import {
12
and,
13
eq,
14
isNotNull,
15
- not,
16
} from "drizzle-orm";
17
import type { PgDatabase } from "drizzle-orm/pg-core";
18
import type { PostgresJsQueryResultHKT } from "drizzle-orm/postgres-js";
@@ -26,7 +25,7 @@ import * as schema from "../schema";
26
25
// and the realy keeps our server in the database.
27
// And because we won't receive an activity to check whether the Undo was successful, we can't delete the relay client actor safely.
28
export const HOLLO_RELAY_ACTOR_ID = "8a683714-6fa2-4e53-9f05-b4acbcda4db7";
29
-export const HOLLO_RELAY_ACTOR_USERNAME = "$hollo~relay~follower$";
+export const HOLLO_RELAY_ACTOR_USERNAME = "~hollo~relay~follower~";
30
31
/**
32
* Workaround fedify jsonld serialization for relay follow.
0 commit comments