Skip to content

Commit

Permalink
Disable waiting for delete message
Browse files Browse the repository at this point in the history
  • Loading branch information
berejant committed Nov 14, 2023
1 parent 61e50ec commit 127c106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AnonWelcomeMessageHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func (handler *AnonWelcomeMessageHandler) Add(chatId int, ID int) {
ChatID: chatId,
})

return
go func() {
time.Sleep(handler.expireTimeout)
autoClearPostAction := &ClearScopedMockPostAction{}
Expand Down

0 comments on commit 127c106

Please sign in to comment.