Add ideas for slack integration

This commit is contained in:
Daniel Siepmann 2022-09-01 16:44:09 +02:00
parent 046db61df0
commit 032e79b690
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -9,6 +9,12 @@ self: super: {
sha256 = "sha256-WqAQIDN947Wzns8QIZn7MUNmy2s35g0axIC1fjg1YCU=";
};
# Further ideas to add:
# Add command to react to messages
# Prevent duplicates of incoming messages (happens from time to time)
# Formatting (bold, italic, …) see: https://github.com/dylex/slack-libpurple/pull/122
# Transform emoticons
# Receive reactions
patches = (old.patches or []) ++ [
./browser-based-auth.patch
./call-transformation.patch