Skip to content

Conversation

@skalidindi53
Copy link
Contributor

@skalidindi53 skalidindi53 commented Jun 11, 2024

☑️ Resolves

🛠️ API Checklist

🚧 Tasks

  • Remove background job and checks related to CheckReferenceIdColumn

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not possible
  • 📘 API documentation in docs/ has been updated or is not required
  • 🔖 Capability is added or not needed

}

if ($this->serverConfig->getAppValue('spreed', 'has_reference_id', 'no') === 'yes') {
$capabilities['features'][] = 'chat-reference-id';
Copy link
Member

Choose a reason for hiding this comment

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

The capability needs to be always on, so add it to the hardcoded feature list 🤔

Copy link
Member

Choose a reason for hiding this comment

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

Now after thinking about it, maybe we should adjust the docs in

* `chat-reference-id` - an optional referenceId can be sent with a chat message to be able to identify it in parallel get requests to earlier fade out a temporary message
to point out that it's always set since version X

@skalidindi53 skalidindi53 force-pushed the skalidindi53/12428/Remove-reference_id-check branch 4 times, most recently from ba0521c to 217557f Compare June 12, 2024 19:56
@skalidindi53 skalidindi53 force-pushed the skalidindi53/12428/Remove-reference_id-check branch from 217557f to b5ab57e Compare June 12, 2024 20:00
@SystemKeeper
Copy link
Contributor

@skalidindi53 Failing tests are fixed in #12506. If you rebase on latest main, you should have green CI here :)

Copy link
Member

@nickvergessen nickvergessen left a comment

Choose a reason for hiding this comment

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

Looks good otherwise, just needs a rebase for CI

@skalidindi53 skalidindi53 merged commit df795ed into nextcloud:main Jun 13, 2024
@github-actions
Copy link
Contributor

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

(If you believe you should not receive this message, you can add yourself to the blocklist.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove reference_id check

3 participants