fix: clear content warning after posting

This commit is contained in:
Mike Dilger 2023-02-17 19:45:15 +13:00
parent cb2f613f9f
commit df8f88e780

View File

@ -323,6 +323,8 @@ impl GossipUi {
self.include_subject = false;
self.subject = "".to_owned();
self.replying_to = None;
self.include_content_warning = false;
self.content_warning = "".to_owned();
}
}