diff --git a/js/src/views/Group/Group.vue b/js/src/views/Group/Group.vue index b8fa4a5a8..ec29e8af1 100644 --- a/js/src/views/Group/Group.vue +++ b/js/src/views/Group/Group.vue @@ -1366,4 +1366,8 @@ div.container { grid-template: 1fr; } } +.map { + height: 60vh; + width: 100%; +} diff --git a/lib/federation/activity_stream/converter/utils.ex b/lib/federation/activity_stream/converter/utils.ex index e71ffebb9..f311f5414 100644 --- a/lib/federation/activity_stream/converter/utils.ex +++ b/lib/federation/activity_stream/converter/utils.ex @@ -280,6 +280,7 @@ defmodule Mobilizon.Federation.ActivityStream.Converter.Utils do _ -> Logger.debug("not in our database, let's try to create it") + # This is odd, why do addresses have url instead of just @id? map = Map.put(map, "url", map["id"]) do_get_address(map) end