[Fix] Durability

This commit is contained in:
Alex Emmet 2026-08-30 21:28:17 +02:00
commit ec3f5e6a6e
No known key found for this signature in database
9 changed files with 317 additions and 118 deletions

View file

@ -226,11 +226,6 @@ impl ClientConnection {
// Direct messages //
// ************************************************ //
if cv.is_type(CommunicationType::MessageState) {
message_handlers::handle_message_state(&cv);
return;
}
if cv.is_type(CommunicationType::MessageEdit) {
self.send_message(&message_handlers::handle_message_edit(&cv))
.await;