Skip to content

Conversation

@mokuzon
Copy link
Contributor

@mokuzon mokuzon commented May 3, 2025

related to #533

narrowcast

Fixed a bug that caused the API to request with the replacement of reserved Ruby characters like _and 7eca519

@mokuzon mokuzon self-assigned this May 3, 2025
@mokuzon mokuzon marked this pull request as ready for review May 3, 2025 00:15
@mokuzon mokuzon enabled auto-merge May 3, 2025 00:15
Comment on lines +957 to +961
client.push_message(push_message_request: Line::Bot::V2::MessagingApi::PushMessageRequest.new(
to: event.source.user_id,
messages: [
Line::Bot::V2::MessagingApi::TextMessage.new(text: "Narrowcast status: #{response}")
]
Copy link
Contributor

Choose a reason for hiding this comment

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

reply is better ...?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The Reply function has already been used before.

reply_text(event, "Narrowcast requested, requestId: #{request_id}")

@Yang-33 Yang-33 disabled auto-merge May 3, 2025 08:49
@mokuzon mokuzon added this pull request to the merge queue May 12, 2025
Merged via the queue into line:master with commit f8da531 May 12, 2025
6 checks passed
@mokuzon mokuzon deleted the 533/narrowcast branch May 12, 2025 02:51
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