Skip to content

Commit

Permalink
emergency ULM disable to allow sending group messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian committed Mar 19, 2024
1 parent 4fb83d6 commit 42d9961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default {
//console.log("time to fetch");
});
emitter.on("update-last-message", (message: MessageData) => {
this.updateLastMessage(message);
//this.updateLastMessage(message);
});
emitter.on("thread-search-request", async (queryString: string) =>{
Expand Down

0 comments on commit 42d9961

Please sign in to comment.