spacebarchat / client

Open source, themeable and extendable discord-compatible native Spacebar client
GNU Affero General Public License v3.0
485 stars 92 forks source link

Warn about confidential information #19

Open SamuelScheit opened 3 years ago

SamuelScheit commented 3 years ago

If a message contains confidential/private information it should show a warning like this: image

ChunkyProgrammer commented 3 years ago

I'm curious about how/if you plan to do this for passwords as well.

xNaCly commented 3 years ago

I'm curious about how/if you plan to do this for passwords as well.

For the password its probably only possible by using regex for password: or something similar.