Skip to content

Commit

Permalink
add todo comment on channel messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ashneverdawn committed Nov 11, 2024
1 parent fa0e678 commit ed76b9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/warp-ipfs/src/store/message/community_task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,10 @@ impl CommunityTask {
impl CommunityTask {
pub async fn delete(&mut self) -> Result<(), Error> {
// TODO: Maybe announce to network of the local node removal here

// TODO: implement messaging in channels and call something like this but on the channels:
//self.document.messages.take();

self.document.deleted = true;
self.set_document().await?;
if let Ok(mut ks_map) = self.root.get_keystore_map().await {
Expand Down

0 comments on commit ed76b9e

Please sign in to comment.