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

Use database instead of manual iterating for finding Truth Bullets #179

Closed
AstreaTSS opened this issue Oct 2, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@AstreaTSS
Copy link
Owner

Currently, the bot loops through every Truth Bullet and alias that is from a specific channel to see if a message contains any Truth Bullet. This is... not good, so making one database query to do that would be better. Likely requires a raw query or a switch to Prisma.

@AstreaTSS AstreaTSS added the bug Something isn't working label Oct 2, 2023
AstreaTSS added a commit that referenced this issue Feb 12, 2024
@AstreaTSS
Copy link
Owner Author

Ideally solved by 93526aa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant