These older services are getting deprecated by Twitter.
TODO:
With the new direct message events endpoint, Twitter isn't providing the User object. Only a user id. Talon runs off of User objects, I will need to query for them. When this is done, I will need to save the direct messages to the database through the DMDataSource.
This PR removes Talon Pull and converts direct messages to use the new direct message event endpoints.
https://developer.twitter.com/en/docs/direct-messages/sending-and-receiving/guides/direct-message-migration
These older services are getting deprecated by Twitter.
TODO:
With the new direct message events endpoint, Twitter isn't providing the
User
object. Only a user id. Talon runs off of User objects, I will need to query for them. When this is done, I will need to save the direct messages to the database through theDMDataSource
.This will close #34.