forked from potsda.mn/mobilizon
Fix group map display
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
0a37719029
commit
63e7807f0d
|
@ -1366,4 +1366,8 @@ div.container {
|
|||
grid-template: 1fr;
|
||||
}
|
||||
}
|
||||
.map {
|
||||
height: 60vh;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue