derricw / siggo

a TUI for signal messenger, written in Go
GNU General Public License v3.0
320 stars 9 forks source link

conversations missing in siggo #54

Open hitchhooker opened 2 years ago

hitchhooker commented 2 years ago

my siggo tends to always open without memory of conversations making software quite unusable even i have set to save these recipients-stores in config file.

save_messages: true
-> % siggo conv lol
WARN[0000] failed to read contacts from disk: open /home/satoshi/.local/share/signal-cli/data/+573292314943.d/recipients-store: no such file or directory
FATA[0000] failed to find conversation 

correct folder location would be 630010.d

satoshi@xiaomi13 [04:44:01] [~/.local/share/signal-cli/data]
-> % ls
630010  630010.d  accounts.json
hitchhooker commented 2 years ago

https://github.com/AsamK/signal-cli/commit/0476895c3d9e843e505ef768340d7969b084cada its probably this commit that changes folder structure from phone numbers to some number like 630010 that breaks changes.

derricw commented 2 years ago

Hey thanks for this report. Yeah I have struggled a bit to keep up with signal-cli, after changing jobs a year ago. It keeps changing how / where it stores its data and I don't notice.