From 69afc6b85c28b3f6ae857b369d09dea7d1b4f14e Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 18 Nov 2017 16:49:23 -0800 Subject: groundwork for multi-account use add connection state tracked per-stream, add explicit TwitterProfile mapped to names that can be used for accounts. default names are the handle of the corresponding twitter account. partition out user Credential to be per TwitterProfile, so fav, reply, etc, all come from the selected account. Multiplex twitter connections and message streams across chan (instead of earlier plan, which was to have one chan per thread) --- src/commands/help.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/commands/help.rs') diff --git a/src/commands/help.rs b/src/commands/help.rs index c99681e..445684b 100644 --- a/src/commands/help.rs +++ b/src/commands/help.rs @@ -1,8 +1,6 @@ use tw; use ::Queryer; -use tw::TweetId; - use commands::Command; pub static HELP: Command = Command { -- cgit v1.1