mirror of
https://github.com/muesli/telephant
synced 2025-02-17 03:58:25 +00:00
Drop anaconda dependency in mastodon account
This commit is contained in:
parent
fdf4c6cf65
commit
dce3526e49
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@ import (
|
|||
"log"
|
||||
"time"
|
||||
|
||||
"github.com/ChimeraCoder/anaconda"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
"github.com/mattn/go-mastodon"
|
||||
|
||||
|
@ -121,7 +120,7 @@ func handleReplyStatus(status string) string {
|
|||
return status
|
||||
}
|
||||
|
||||
func parseTweet(ents anaconda.Entities, ev *accounts.MessageEvent) {
|
||||
func parsePost(ev *accounts.MessageEvent) {
|
||||
return
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue