Merge relay debug view

Fix a few conflicts
This commit is contained in:
William Casarin
2025-01-04 13:54:29 -08:00
12 changed files with 518 additions and 20 deletions

View File

@@ -61,7 +61,7 @@ impl PostAction {
}
};
pool.send(&enostr::ClientMessage::event(note));
pool.send(&enostr::ClientMessage::event(note)?);
drafts.get_from_post_type(&self.post_type).clear();
Ok(())