You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After several rebuilds of signal-cli, I noticed that the client app, written in python, gets confused about overloaded methods of signal-cli, such as sendMessage. Sometimes it says that the sendMessage(message<s>, attachments<as>, recipient<s>) -> timestamp<x> method does not exist, sometimes it's sendMessage(message<s>, attachments<as>, recipients<as>) -> timestamp<x>.
After several rebuilds of signal-cli, I noticed that the client app, written in python, gets confused about overloaded methods of signal-cli, such as sendMessage. Sometimes it says that the
sendMessage(message<s>, attachments<as>, recipient<s>) -> timestamp<x>
method does not exist, sometimes it'ssendMessage(message<s>, attachments<as>, recipients<as>) -> timestamp<x>
.Some rationale on documentation side: D-Bus does not support method overloading, only one method or signal should exist with each name.
I propose splitting such overloaded methods so they have different names
The text was updated successfully, but these errors were encountered: