From a2afb2e269e5cf9580d7431311abab5c0df8852e Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 7 Feb 2016 07:15:22 -0800 Subject: [PATCH] actually show username on the follow command --- src/twtxtlist.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/src/twtxtlist.nim b/src/twtxtlist.nim index 81bed3b..49deea1 100644 --- a/src/twtxtlist.nim +++ b/src/twtxtlist.nim @@ -122,6 +122,7 @@ routes: userurl = db.getValue(sql"select url from users where username=?", @"name") userctx["url"] = userurl + userctx["username"] = @"name" ctx["user"] = userctx for tweet in tweets.items():