Updates the last read message ID for a chat. This is used to track which messages the owner has seen, enabling unread indicators.
(ctx context.Context, arg UpdateChatLastReadMessageIDParams)
| 1221 | // Updates the last read message ID for a chat. This is used to track |
| 1222 | // which messages the owner has seen, enabling unread indicators. |
| 1223 | UpdateChatLastReadMessageID(ctx context.Context, arg UpdateChatLastReadMessageIDParams) error |
| 1224 | // Updates the cached last completed turn summary for sidebar display. |
| 1225 | // Empty or whitespace-only summaries are stored as NULL here so direct |
| 1226 | // query callers cannot accidentally persist blank sidebar text. |
no outgoing calls