fossasia / eventyay-video

https://video-dev.eventyay.com
Apache License 2.0
1.49k stars 23 forks source link

Enhance Chat Mentions #156

Closed odkhang closed 3 months ago

odkhang commented 3 months ago

Fixes #138 Enhance Chat Mentions

Short description of what this resolves:

Implement @username mentions in the chat

Changes proposed in this pull request:

  • Implement @username mentions in the chat

Checklist

  • [x] I have read the Contribution & Best practices Guide.
  • [x] My branch is up-to-date with the Upstream development branch.
  • [ ] The acceptance, integration, unit tests and linter pass locally with my changes
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] I have added necessary documentation (if appropriate)
odkhang commented 3 months ago

Hi @hongquan, I removed unintended changes in the AuditLog model by deleting the incorrect migration file and regenerating the migrations. Now, the new migration file only includes the intended updates. Please review the updated migrations.