Skip to content

Commit

Permalink
enable online_status_dynamic by default
Browse files Browse the repository at this point in the history
  • Loading branch information
d99kris committed Nov 25, 2023
1 parent 6310bc5 commit d9b2af5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ This configuration file holds general user interface settings. Default content:
muted_notify_unread=0
muted_position_by_timestamp=1
online_status_share=1
online_status_dynamic=0
online_status_dynamic=1
phone_number_indicator=
proxy_indicator=🔒
read_indicator=✓
Expand Down
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 "3.98"
#define NCHAT_VERSION "3.99"
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" "November 2023" "nchat v3.98" "User Commands"
.TH NCHAT "1" "November 2023" "nchat v3.99" "User Commands"
.SH NAME
nchat \- ncurses chat
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion src/uiconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void UiConfig::Init()
{ "muted_notify_unread", "0" },
{ "muted_position_by_timestamp", "1" },
{ "online_status_share", "1" },
{ "online_status_dynamic", "0" },
{ "online_status_dynamic", "1" },
{ "phone_number_indicator", "" },
{ "proxy_indicator", "\xF0\x9F\x94\x92" },
{ "read_indicator", "\xe2\x9c\x93" },
Expand Down

0 comments on commit d9b2af5

Please sign in to comment.