airdcpp-web / airdcpp-webclient

Communal peer-to-peer file sharing application for file servers/NAS devices
https://airdcpp-web.github.io
171 stars 31 forks source link

Keeping messages after restart #463

Open xthursdayx opened 7 months ago

xthursdayx commented 7 months ago

Current UI and client versions:

Application version AirDC++w 2.12.1 x86_64

Web UI version 2.12.0

Web UI build date May 22, 2023 4:16 PM

API version 1

API feature level 8

Operating system:

Debian via this docker image

Steps to reproduce the issue:

I've found that whenever I restart AirDC++ the contents of any message conversations I've had is erased and I'm wondering if there is a way to prevent this.

I have changed the "Settings>View>Histories>Maximum number of messages to cache" settings to 1000, but it hasn't helped. There also don't appear to be any chat log files in the .airdcpp directory, only system logs.

Any ideas how I can fix this?

maksis commented 7 months ago

The application won't currently restore the old sessions after restart so this would be a new feature

xthursdayx commented 7 months ago

Ah okay - I'm glad to know it isn't an issue with my set up. But yeah, keeping session/chat logs seems like a useful feature.