Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
marci1175 committed Oct 17, 2024
1 parent b919a4e commit 8e156cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion desktop/build_info.matthias_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.10.17. 16:11
2024.10.17. 16:24
2 changes: 1 addition & 1 deletion mobile/build_info.matthias_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.10.17. 16:11
2024.10.17. 16:24
2 changes: 1 addition & 1 deletion mobile/src/app/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
10 changes: 5 additions & 5 deletions mobile/src/app/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
// );
},
}
},
Expand Down

0 comments on commit 8e156cd

Please sign in to comment.