Skip to content

Pluralize getMessageActions typo#113

Merged
seba-aln merged 5 commits intomasterfrom
feat/add-support-for-message-reactions
Feb 3, 2025
Merged

Pluralize getMessageActions typo#113
seba-aln merged 5 commits intomasterfrom
feat/add-support-for-message-reactions

Conversation

@seba-aln
Copy link

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

fix: Pluralize getMessageActions and fix typing

protected int $endpointRequestTimeout;
protected string $endpointHttpMethod = PNHttpMethod::DELETE;
protected int $endpointOperationType = PNOperationType::PNGetMessageActionOperation;
protected int $endpointOperationType = PNOperationType::PNRemoveMessageActionOperation;
Copy link
Contributor

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
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

use Psr\Log\LoggerAwareInterface;
use Psr\Log\NullLogger;
use PubNub\Endpoints\FileSharing\{SendFile, DeleteFile, DownloadFile, GetFileDownloadUrl, ListFiles};
use PubNub\Endpoints\MessageActions\GetMessageAction;
Copy link
Contributor

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
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
Author

@pubnub-release-bot release

@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
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