new account fixes

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-06-08 13:49:04 -07:00
parent 23bb7c7f18
commit 6bca9eb2be
9 changed files with 45 additions and 12 deletions

View File

@@ -64,6 +64,8 @@ class FollowingModel {
}
case .notice(let msg):
print("followingmodel notice: \(msg)")
case .eose:
break
}
}
}