1
0

add: Bubble timeline

Closes  transfem-org/Sharkey#154
This commit is contained in:
Mar0xy
2023-12-04 02:10:51 +01:00
parent d586d1e6f8
commit 2f99c7e9dc
27 changed files with 387 additions and 4 deletions
+1
View File
@@ -361,6 +361,7 @@ export type LiteInstanceMetadata = {
privacyPolicyUrl: string | null;
disableRegistration: boolean;
disableLocalTimeline: boolean;
disableBubbleTimeline: boolean;
disableGlobalTimeline: boolean;
driveCapacityPerLocalUserMb: number;
driveCapacityPerRemoteUserMb: number;
@@ -70,6 +70,13 @@ export type Channels = {
};
receives: null;
};
bubbleTimeline: {
params: null;
events: {
note: (payload: Note) => void;
};
receives: null;
};
messaging: {
params: {
otherparty?: User['id'] | null;