From 032e79b6909b73e2a5168895ef414c0931f47880 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 1 Sep 2022 16:44:09 +0200 Subject: [PATCH] Add ideas for slack integration --- overlays/purple-slack/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overlays/purple-slack/default.nix b/overlays/purple-slack/default.nix index fb3c127..052a23c 100644 --- a/overlays/purple-slack/default.nix +++ b/overlays/purple-slack/default.nix @@ -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