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

Pluralize getMessageActions typo #113

Merged
merged 5 commits into from
Feb 3, 2025

Conversation

seba-aln
Copy link
Contributor

@seba-aln seba-aln commented Jan 8, 2025

fix: Pluralize getMessageActions and fix typing

@@ -17,7 +17,7 @@ class RemoveMessageAction extends Endpoint
protected int $endpointConnectTimeout;
protected int $endpointRequestTimeout;
protected string $endpointHttpMethod = PNHttpMethod::DELETE;
protected int $endpointOperationType = PNOperationType::PNGetMessageActionOperation;
protected int $endpointOperationType = PNOperationType::PNRemoveMessageActionOperation;

Choose a reason for hiding this comment

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

By the way you found a bug?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes. typical copy paste missed

@@ -56,6 +57,7 @@
use Psr\Log\LoggerAwareInterface;
use Psr\Log\NullLogger;
use PubNub\Endpoints\FileSharing\{SendFile, DeleteFile, DownloadFile, GetFileDownloadUrl, ListFiles};
use PubNub\Endpoints\MessageActions\GetMessageAction;

Choose a reason for hiding this comment

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

Why this is not next to:
use PubNub\Endpoints\MessageActions\GetMessageActions;
?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

autoimport messed this one up. fixed in new commit

@seba-aln
Copy link
Contributor Author

@pubnub-release-bot release

CHANGELOG.md Outdated Show resolved Hide resolved
@seba-aln seba-aln force-pushed the feat/add-support-for-message-reactions branch 2 times, most recently from c9e2224 to c42f8d3 Compare February 3, 2025 13:59
@seba-aln
Copy link
Contributor Author

seba-aln commented Feb 3, 2025

@pubnub-release-bot release

@seba-aln seba-aln merged commit bd89ea0 into master Feb 3, 2025
8 checks passed
@seba-aln seba-aln deleted the feat/add-support-for-message-reactions branch February 3, 2025 14:14
@pubnub-release-bot
Copy link
Contributor

🚀 Release successfully completed 🚀

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.

4 participants