Backend/notifs: Remove deprecated notification_data.ChatMessage.message - #9118
Conversation
MobileInstall the Dev Tool (iOS via TestFlight, iOS Simulator, or Android .apk) here. Scan the QR with your phone camera, or tap Open in Dev Tool on the device, to open this branch in the installed Dev Tool dev client.
Deep linksiOS Android Web (Vercel)View the Vercel web preview for this branch. Backend
Other
|
📝 Release NotesThis PR does not need to be included in release notes. Reason: This PR removes deprecated backend fallback code and reserves an old proto field after previous migration work. It is an internal cleanup with no new user-facing feature, noticeable UX change, or significant end-user impact on its own. 🤖 Bot Debug InformationModel: |


It was kept as a fallback in #8753 (merged 2026-05-26) because we might still have been processing jobs referencing
ChatMessageinstances with amessagevalue. I think it's safe to assume those have drained by now.Testing
Updated the test that used this field. Otherwise no test covered the deprecated code path.
Backend checklist
developif necessary for linear migration historyFor maintainers