Skip to content

Report the Grindr conversation link counts instead of only a flag - #2017

Merged
abrignoni merged 1 commit into
mainfrom
fix/grindr-conversation-counts
Aug 21, 2026
Merged

Report the Grindr conversation link counts instead of only a flag#2017
abrignoni merged 1 commit into
mainfrom
fix/grindr-conversation-counts

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

A Grindr conversation record holds no message text; it links to the messages, which the messages artifact reports. The artifact reduced those link lists to two booleans and discarded the rest, so a conversation could not be sized without opening it.

Now reported: the lengths of the message, tap message and member link lists. On the tested device that is 118 message links across 17 conversations, 9 tap links across 9, and 46 member links across all 23. Only the lengths are taken, since the lists hold the store's own row references.

The 118 links do not reconcile with the 129 rows in the messages artifact, so the notes say a message can be present without a conversation linking it rather than implying they agree.

Draft Message and Name were empty on every row. Both are kept, because an unsent draft and a conversation name each matter wherever populated, but the notes now say they were uniformly empty instead of describing them as carrying content.

Row counts unchanged on a single container, still exactly double on the two container tree.

A conversation record holds no message text: it links to the messages, which the
messages artifact reports. The artifact reduced those link lists to two booleans
and discarded the rest, so a conversation could not be sized without opening it.

The lengths of the message, tap message and member link lists are now reported.
On the tested device that is 118 message links across 17 conversations, 9 tap
links across 9, and 46 member links across all 23. Only the lengths are taken:
the lists hold the store's own row references, and resolving those to rows is not
something this artifact does.

The 118 message links do not reconcile with the 129 rows in the messages
artifact, so the notes say that a message can be present without a conversation
linking it rather than implying the two agree.

Draft Message and Name were empty on every row of the tested device. Both are
kept, because an unsent draft and a conversation name are each significant
wherever they are populated, but the notes now say they were uniformly empty
rather than describing them as though they carried content.

Row counts are unchanged on a single container and still exactly double on the
two container tree.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@abrignoni
abrignoni merged commit effc8c8 into main Aug 21, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant