From 8e156cd79f2487a5cc038e4b70b0436fbacea44f Mon Sep 17 00:00:00 2001 From: Varga Marcell <128537619+marci1175@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:24:33 +0200 Subject: [PATCH] yes --- desktop/build_info.matthias_build | 2 +- mobile/build_info.matthias_build | 2 +- mobile/src/app/backend.rs | 2 +- mobile/src/app/client.rs | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/desktop/build_info.matthias_build b/desktop/build_info.matthias_build index 5771abd..53df265 100644 --- a/desktop/build_info.matthias_build +++ b/desktop/build_info.matthias_build @@ -1 +1 @@ -2024.10.17. 16:11 \ No newline at end of file +2024.10.17. 16:24 \ No newline at end of file diff --git a/mobile/build_info.matthias_build b/mobile/build_info.matthias_build index 5771abd..53df265 100644 --- a/mobile/build_info.matthias_build +++ b/mobile/build_info.matthias_build @@ -1 +1 @@ -2024.10.17. 16:11 \ No newline at end of file +2024.10.17. 16:24 \ No newline at end of file diff --git a/mobile/src/app/backend.rs b/mobile/src/app/backend.rs index 0be4bfc..c5e740a 100644 --- a/mobile/src/app/backend.rs +++ b/mobile/src/app/backend.rs @@ -156,7 +156,7 @@ pub struct Application Client main */ //We can skip this entry of the table since, we implement Totable separately - #[table(skip)] + // #[table(skip)] pub client_ui: Client, #[serde(skip)] diff --git a/mobile/src/app/client.rs b/mobile/src/app/client.rs index 563018f..62dcacf 100644 --- a/mobile/src/app/client.rs +++ b/mobile/src/app/client.rs @@ -552,11 +552,11 @@ impl Application .push(msg.message.clone()); //Callback - self.client_ui.extension.event_call_extensions( - crate::app::lua::EventCall::OnChatReceive, - &self.lua, - Some(msg.message._struct_into_string()), - ); + // self.client_ui.extension.event_call_extensions( + // crate::app::lua::EventCall::OnChatReceive, + // &self.lua, + // Some(msg.message._struct_into_string()), + // ); }, } },