Skip to content

Commit

Permalink
mautrix-signal: use contact avatars
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Jan 3, 2024
1 parent 5326006 commit 6845fb1
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions nixos/modules/services/matrix/mautrix-signal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,23 +74,10 @@ let
portal_message_buffer = 128;
personal_filtering_spaces = true;
delivery_receipts = true;
use_contact_avatars = true;
message_error_notices = true;
federate_rooms = false;
command_prefix = "!signal";
backfill = {
enable = true;
unread_hours_threshold = -1;
immediate_messages = 10;
incremental = {
messages_per_batch = 100;
post_batch_delay = 20;
max_messages = {
channel = -1;
group_dm = -1;
dm = -1;
};
};
};
encryption = {
allow = true;
default = true;
Expand Down

0 comments on commit 6845fb1

Please sign in to comment.