Drop anaconda dependency in mastodon account

This commit is contained in:
Christian Muehlhaeuser 2019-05-02 11:29:25 +02:00
parent fdf4c6cf65
commit dce3526e49
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -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
/*