From e1cd68ea0244c4689a3c49799c6b24371cdc4978 Mon Sep 17 00:00:00 2001 From: Alex Kirchhoff Date: Mon, 26 Dec 2022 21:33:30 -0800 Subject: [PATCH] Archive: Import mute table --- twitter_to_sqlite/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter_to_sqlite/archive.py b/twitter_to_sqlite/archive.py index 1b3f084..d95df29 100644 --- a/twitter_to_sqlite/archive.py +++ b/twitter_to_sqlite/archive.py @@ -126,7 +126,7 @@ def lists_subscribed(data): register("moment", each="moment", pk="momentId") -# register("mute", ...) +register("mute", each="muting", pk="accountId") @register_all("ni-devices")