Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
f1mishutka committed Nov 24, 2023
1 parent 7e6b814 commit 8d2f590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3
1 change: 1 addition & 0 deletions app/api_requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ func (r *apiRequest) ListMessages() {
update := updates_list[i]

if update.Message.Chat.ID != Global.Settings.BotChatID {
//skip messages from other channels or chats
continue
}

Expand Down

0 comments on commit 8d2f590

Please sign in to comment.