discourse-ai/app/controllers/discourse_ai/ai_bot
Mark VanLandingham 298ebee7dd
DEV: Migration to backfill bot PM custom field (#1282)
In the last commit, I introduced a topic_custom_field to determine if a PM is indeed a bot PM.

This commit adds a migration to backfill any PM that is between 1 real user, and 1 bot. The correct topic_custom_field is added for these, so they will appear on the bot conversation sidebar properly.

We can also drop the joining to topic_users in the controller for sidebar conversations, and the isPostFromAiBot logic from the sidebar.
2025-04-24 13:02:43 -05:00
..
artifacts_controller.rb DEV: artifact system update (#1096) 2025-02-04 16:27:27 +11:00
bot_controller.rb FEATURE: Personas powered summaries. (#1232) 2025-04-02 12:54:47 -03:00
conversations_controller.rb DEV: Migration to backfill bot PM custom field (#1282) 2025-04-24 13:02:43 -05:00
shared_ai_conversations_controller.rb FIX: automatically bust cache for share ai assets (#942) 2024-11-22 11:23:15 +11:00