Skip to content

Conversation

vveljko
Copy link
Contributor

@vveljko vveljko commented Oct 19, 2019

Also:

  • Fix a bug wherein the stopwatch module would stop
    working after ~25 days.
  • Introduce include_meta options to pubnub_history_ex()

Also:

- Fix a bug wherein the stopwatch module would stop
  working after ~25 days.
- Introduce `include_meta` options to pubnub_history_ex()
@vveljko vveljko requested a review from davidnub October 19, 2019 22:38
if ((*message_timetoken.ptr != '\"') ||
(*(message_timetoken.ptr + message_timetoken.size - 1) != '\"')) {
PUBNUB_LOG_ERROR("pbcc_remove_action_prep(pbcc=%p) - "
"mesage timetoken is missing quotation marks: "

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: mesage => message

Copy link

@davidnub davidnub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found a typo.

Also there was a discussion about changing the feature name and usage of it from Actions to Message Actions to be more explicit about the type of action that is being performed.

We should probably rename things to match this. 😬

Copy link

@davidnub davidnub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome thanks for the change. LGTM! 👍

@davidnub
Copy link

BTW, Looks like the tests need to be updated to pass?

@vveljko vveljko merged commit 153c3cd into master Oct 24, 2019
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.

2 participants