mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
target comments of @flub
This commit is contained in:
committed by
holger krekel
parent
f8afefa2c1
commit
4c30bf80ce
@@ -115,7 +115,7 @@ impl Chat {
|
||||
self.param.exists(Param::Devicetalk)
|
||||
}
|
||||
|
||||
pub fn is_writable(&self) -> bool {
|
||||
pub fn can_send(&self) -> bool {
|
||||
self.id > DC_CHAT_ID_LAST_SPECIAL && !self.is_device_talk()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user