replace 'half blocked' by 'contact request'

This commit is contained in:
B. Petersen
2025-07-19 12:50:59 +02:00
committed by bjoern
parent 9e87a4b2a8
commit 5ff8101c2c
3 changed files with 2 additions and 6 deletions
@@ -68,10 +68,6 @@ public class DcChat {
return getType() == DC_CHAT_TYPE_OUT_BROADCAST;
}
public boolean isHalfBlocked() {
return isContactRequest();
}
// working with raw c-data
private long chatCPtr; // CAVE: the name is referenced in the JNI