mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Switch to supersnappy, update frosty
This commit is contained in:
parent
3b5b4b7682
commit
320cb47bce
3 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import asyncdispatch, strutils, tables, times, sequtils, hashes, snappy
|
||||
import asyncdispatch, strutils, tables, times, sequtils, hashes, supersnappy
|
||||
|
||||
import jester
|
||||
|
||||
|
|
@ -7,7 +7,7 @@ import ../query
|
|||
|
||||
include "../views/rss.nimf"
|
||||
|
||||
export times, hashes, snappy
|
||||
export times, hashes, supersnappy
|
||||
|
||||
proc showRss*(req: Request; hostname: string; query: Query): Future[Rss] {.async.} =
|
||||
var profile: Profile
|
||||
|
|
|
|||
Loading…
Reference in a new issue