AsamK / signal-cli

signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger.
GNU General Public License v3.0
3.17k stars 299 forks source link

[Bug/Socket] listGroups lists that of all users, even if you specify the account #1593

Closed LunarN0v4 closed 6 days ago

LunarN0v4 commented 6 days ago

Executing printf '{"jsonrpc":"2.0","method":"listGroups","id":"meow","params":{"account":"phonenumberhere"}}' | socat UNIX-CONNECT:/run/user/1000/signal-cli/socket - shows all groups of every user instead of the account specified, even in single-account mode.

LunarN0v4 commented 6 days ago

I was being stupid at the time, accidentally used the wrong account number and thought it dumped every group chat.
Sorry.