m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.96k stars 449 forks source link

Feature: Chat history #253

Open superen7527 opened 1 year ago

superen7527 commented 1 year ago

Can the chat history be saved permanently or saved with the power on state until it is shut down or restarted.

Hyperbeam.com just saved the chat history, and the record is still there when you accidentally exit.

m1k1o commented 1 year ago

This is expected behavior now. Because chat does not save anything, just broadcasts it to all participants.

PRs will be accepted for this functionality.