diff options
author | Keuin <[email protected]> | 2022-08-14 11:17:05 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-08-14 11:17:05 +0800 |
commit | 45a66f441cc67a4891114b379ff02c06fe5711cc (patch) | |
tree | 0683677fc14cdd56b103069f3a17bbad1ea36f5b /README.md | |
parent | b721f1eb0f2460bfb7524d8067bddc7905d64876 (diff) |
Implement historic message replay.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -51,6 +51,13 @@ is encouraged, which could be linked to CrossLink with `psmb` protocol. ```json5 { + "local": { + // when a player joins the game, + // show him recent messages sent before he has joined the server, + // which live no longer than this time. + // set a non-positive value to disable this feature + "message_playback_seconds": 600 + }, "remotes": [ { "type": "telegram", |