Mercurial Hosting > chat
changeset 71:2206c20e91d2
add Db.restore_from_log
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 06 Mar 2025 20:43:54 -0700 |
parents | effa1e0af52a |
children | bce0480721c1 |
files | src/lib/Db.luan |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
diff -r effa1e0af52a -r 2206c20e91d2 src/lib/Db.luan --- a/src/lib/Db.luan Thu Mar 06 20:16:13 2025 -0700 +++ b/src/lib/Db.luan Thu Mar 06 20:43:54 2025 -0700 @@ -39,6 +39,8 @@ logger.error(new_error("not in transaction")) end +Db.restore_from_log() + -- copied from Chat local function get_chat_key(user_ids) sort(user_ids)