Message class updated.

This commit is contained in:
Asal Lotfi
2025-08-11 17:09:52 +03:30
parent 6a1d3857d0
commit fb43adff7a
@@ -202,12 +202,5 @@ public class Message {
public boolean getIs_deleted_globally() { public boolean getIs_deleted_globally() {
return is_deleted_globally; return is_deleted_globally;
} }
//
// public void setEdited_at(LocalDateTime edited_at) {
// this.edited_at = edited_at;
// }
//
// public LocalDateTime getEdited_at() {
// return edited_at;
// }
} }