Skip to content

Commit

Permalink
main: remove dependence on NewConnector method
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpShell committed Oct 16, 2024
1 parent 928a88b commit e77635c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mautrix-twitter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func main() {
URL: "https://github.com/mautrix/twitter",
Description: "A Matrix-Twitter puppeting bridge.",
Version: "0.2.0",
Connector: connector.NewConnector(),
Connector: &connector.TwitterConnector{},
}
m.InitVersion(Tag, Commit, BuildTime)
m.Run()
Expand Down

0 comments on commit e77635c

Please sign in to comment.