bettersg / checkMate

GNU General Public License v3.0
5 stars 0 forks source link

Phone number handling #334

Open sarge1989 opened 3 weeks ago

sarge1989 commented 3 weeks ago

Issue

Currently, we're getting lots of phone numbers being sent in, together with some additional context e.g. "Scam caller pretending to be OCBC".

We vote this as scam today, but conceptually they should not send us messages like that because they'll form the database of stuff that can match to other new messages that come in. Theres an argument that this should be voted info, if you look at it from the matching perspective.

So we might need to design a new flow for phone number reporting. This will require UX effort too.