mirror of
https://github.com/polaroi8d/cactoide.git
synced 2026-03-22 14:15:28 +00:00
feat: initialize federation service v1
This commit is contained in:
@@ -17,6 +17,8 @@ export interface Event {
|
||||
user_id: string;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
federation?: boolean; // Optional: true if event is from a federated instance
|
||||
federation_url?: string; // Optional: URL of the federated instance this event came from
|
||||
}
|
||||
|
||||
export interface RSVP {
|
||||
|
||||
Reference in New Issue
Block a user