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

Refactor #18

Merged
merged 10 commits into from
Oct 19, 2023
Merged

Refactor #18

merged 10 commits into from
Oct 19, 2023

Conversation

tanhongit
Copy link
Member

No description provided.

@tanhongit tanhongit marked this pull request as draft October 16, 2023 16:47
Copy link
Member Author

@tanhongit tanhongit left a comment

Choose a reason for hiding this comment

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

Remove all redundant services


try {
$response = $this->client->request('GET', $url);
$response = $this->client->request('POST', $url, [
Copy link
Member Author

Choose a reason for hiding this comment

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

change the get type to the post type request to send a notify

@tanhongit tanhongit added the enhancement New feature or request label Oct 17, 2023
@tanhongit tanhongit linked an issue Oct 18, 2023 that may be closed by this pull request

function parseNotifyChatIds(): array
{
$chatData = explode(
Copy link
Member Author

Choose a reason for hiding this comment

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

create for using check and send notification in the topic

@tanhongit tanhongit self-assigned this Oct 18, 2023
@tanhongit tanhongit marked this pull request as ready for review October 19, 2023 02:50
@tanhongit tanhongit merged commit 329d324 into cslant:main Oct 19, 2023
1 check passed
tanhongit added a commit to tanhongit/telegram-git-notifier that referenced this pull request May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor the source structure add message_thread_id
1 participant