RinZJ / better-discord-loot-logger

BSD 2-Clause "Simplified" License
0 stars 9 forks source link

Hide private messages? #26

Open TRG-Liam opened 4 months ago

TRG-Liam commented 4 months ago

When we get a drop, the whole discord server is able to see what we have been typing on our private messages. Is it possible to add a feature that hides private messages so this doesn't occur?

iProdigy commented 4 months ago

essentially a duplicate of #17

the way we do this in dink is to hide the chat/pm widget before the screenshot is taken (and unhide it afterwards): https://github.com/pajlads/DinkPlugin/blob/2662dcd69a3dc0c390a1936435590bd679a8188d/src/main/java/dinkplugin/message/DiscordMessageHandler.java#L116