Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read receipt support & logging of self messages #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mitchcapper
Copy link
Contributor

    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.

This was a bit painful to do with all the code reformatting at the same time but 3rd rebase for the win:)

@mitchcapper
Copy link
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.
@mitchcapper mitchcapper force-pushed the read_receipts_and_self_logging_pr branch from 5d886e4 to 4b6e597 Compare April 8, 2017 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant