Skip to content

Commit

Permalink
Test that we copy the avatar when upgrading rooms (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored Oct 30, 2018
1 parent 68c1ca4 commit d8792a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/30rooms/60version_upgrade.pl
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ sub upgrade_room_synced {
"m.room.join_rules" => { join_rule => "public" },
"m.room.guest_access" => { guest_access => "forbidden" },
"m.room.history_visibility" => { history_visibility => "joined" },
"m.room.avatar" => { url => "http://something" },
);

my $f = Future->done(1);
Expand Down

0 comments on commit d8792a8

Please sign in to comment.