From f181f1b5413982beabe5532c79bf03e83d735282 Mon Sep 17 00:00:00 2001 From: Paul Feitzinger Date: Mon, 25 Nov 2024 10:50:21 -0500 Subject: [PATCH] add distinction between community/signal-group membership --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 26be574..a7f7fec 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ This project generates a spreadsheet that looks like this: Each cell is the total message count for a user in a chat. The goal is to afford distributed collection of group participation metadata -from a community that uses disparate signal groups. No one participant in the -group is a member of every group, so we need to make use of multiple users' -signal data. +from a community that uses disparate signal groups. No one member of the +community is a member of every signal group, so we need to make use of multiple +users' signal data. I personally would not at all feel comfortable sending someone my decrypted signal database, so I implemented this as a dockerized python command line tool