Skip to content

Commit

Permalink
Fix own id.
Browse files Browse the repository at this point in the history
  • Loading branch information
jq-rs committed Oct 29, 2021
1 parent 0174ef8 commit b12c8ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/mlestalk.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ function askChannelNew() {
channel = $('#input_channel').val().trim();

gMyChannel[channel] = channel;
gOwnId[channel] = 0;
gOwnAppend[channel] = false;
gForwardSecrecy[channel] = false;
gReadMsgDelayedQueueLen[channel] = 0;
Expand Down

0 comments on commit b12c8ac

Please sign in to comment.