refactor: stop using msgs.to_id - #8569
Conversation
a17ab03 to
83e88fc
Compare
5c2dfb0 to
8a739ff
Compare
|
please add some PR description/motivation. Is this intended to remove all uses of the column? Is there any issue resolved by your PR series? Or is is it anyway in draft mode and you are playing around with PR stacking? |
|
Added a link to the discussion in a PR #8493 from which this commit is split off.
Yes, this is what "stop using msgs.to_id" means.
No, it's a refactor commit.
This one is not in draft mode, it's a refactoring split off the draft PR. |
well, but aren't there several writes left to
In any case, i don't get why this PR must be stacked with the sqldoc one on top. That was standalone before, and not far from merging IIRC. |
|
Documented It turned out
Main reason was trying to remove to_id and document it as deprecated/unused, but it turned out that to_id has this special use that is difficult to get rid of. It is essentially a strange way to mark info messages without changing from_id. Commented further at #8493 (comment) |
Removing all uses of
msgs.to_idso it can be moved to deprecated/unused section: #8493 (comment)