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
There are some problems currently with loading contacts from signal-cli -- it doesn't seem to pre-populate the contacts list anymore in the config file -- which are likely causing this issue
Cool. Since you are aware of the issue do you have any plans to fix it? If not, is there any way I could help?
From looking around the codebase briefly, it seems that most of the contacts related stuff (and other GUI stuff) is in scurses/__init__.py. With a little guidance I wouldn't mind contributing if I'm able to figure stuff out.
Unable to select contacts. Seems that
len(contacts)
is returning NoneType rather thanint
.Here is the traceback:
The text was updated successfully, but these errors were encountered: