diff --git a/lib/common/src/version.h b/lib/common/src/version.h index 25efce0b..f2109762 100644 --- a/lib/common/src/version.h +++ b/lib/common/src/version.h @@ -7,4 +7,4 @@ #pragma once -#define NCHAT_VERSION "5.1.22" +#define NCHAT_VERSION "5.1.23" diff --git a/lib/wmchat/go/gowm.go b/lib/wmchat/go/gowm.go index 870ae0ee..63c30c3a 100644 --- a/lib/wmchat/go/gowm.go +++ b/lib/wmchat/go/gowm.go @@ -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))) } } diff --git a/src/nchat.1 b/src/nchat.1 index e3910c7b..6c8efe1c 100644 --- a/src/nchat.1 +++ b/src/nchat.1 @@ -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