For now? I'm experimenting on an old concept.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add "(IID)" explainer to single comment

+1 -1
+1 -1
server/src/client_communication.rs
··· 490 490 #[serde(rename = "data_textual_post")] 491 491 TextPostDataSent { 492 492 post_id: Uuid, 493 - /// Source instance. 'local' by default, hostname if external. 493 + /// Source instance. 'local' by default, hostname (IID) if external. 494 494 source_instance: String, 495 495 /// Markdown content. 496 496 content: String,