Read receipt support & logging of self messages#15
Open
mitchcapper wants to merge 1 commit intoWeetbix:masterfrom
Open
Read receipt support & logging of self messages#15mitchcapper wants to merge 1 commit intoWeetbix:masterfrom
mitchcapper wants to merge 1 commit intoWeetbix:masterfrom
Conversation
Contributor
Author
|
If this is desired let me know and I will try to add pg support as well. For local file support would just not-support this for now. |
Major additions to database driver (currently mysql only) to track metadata about messages.
This currently allows us to support facebook read receipts on messages (will appear as eye emoji on the latest message they have seen)
This also allows us to turn on self-events, this allows for logging into the slack channel messages sent by the facebook user on other devices.
In the future this would allow for playing catch-up when disconnected from slack or facebook on a thread as we can figure out what messages we have or have not already taken care of.
Manually rebased on top of new master as way too painful otherwise.
5d886e4 to
4b6e597
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This was a bit painful to do with all the code reformatting at the same time but 3rd rebase for the win:)