Skip to content

Commit

Permalink
reduce log level for chats missing settings during initial whatsapp sync
Browse files Browse the repository at this point in the history
  • Loading branch information
d99kris committed Aug 3, 2024
1 parent 7bdba58 commit dee42e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/common/src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

#pragma once

#define NCHAT_VERSION "5.1.22"
#define NCHAT_VERSION "5.1.23"
2 changes: 1 addition & 1 deletion lib/wmchat/go/gowm.go
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ func (handler *WmEventHandler) HandleHistorySync(historySync *events.HistorySync
mutedUntil := settings.MutedUntil.Unix()
isMuted = (mutedUntil == -1) || (mutedUntil > time.Now().Unix())
} else {
LOG_WARNING(fmt.Sprintf("Chat settings not found"))
LOG_DEBUG(fmt.Sprintf("Chat settings not found %s", JidToStr(chatJid)))
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/nchat.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
.TH NCHAT "1" "August 2024" "nchat 5.1.22" "User Commands"
.TH NCHAT "1" "August 2024" "nchat 5.1.23" "User Commands"
.SH NAME
nchat \- ncurses chat
.SH SYNOPSIS
Expand Down

0 comments on commit dee42e7

Please sign in to comment.