Fix typo
This commit is contained in:
parent
d56589e86b
commit
2599de93d9
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ while read msgdata; do
|
|||
direction="${msgdata_array[4]}"
|
||||
msg_status="${msgdata_array[5]}"
|
||||
aliases["${address}"]="$display_name"
|
||||
if [ "$direction" = "$$CHATTY_DIRECTION_OUT" ]; then
|
||||
if [ "$direction" = "$CHATTY_DIRECTION_OUT" ]; then
|
||||
if [ "$msg_status" = 0 ]; then
|
||||
msg_status="$MESSAGE_STATUS_DELIVERED"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue