Use signed integer as attachment id.
This commit is contained in:
parent
b58b35bf56
commit
7331733d30
|
@ -61,7 +61,7 @@ def render("attachment.json", %{attachment: attachment}) do
|
||||||
true -> "unknown"
|
true -> "unknown"
|
||||||
end
|
end
|
||||||
|
|
||||||
<< hash_id::32, _rest::binary >> = :crypto.hash(:md5, href)
|
<< hash_id::signed-32, _rest::binary >> = :crypto.hash(:md5, href)
|
||||||
|
|
||||||
%{
|
%{
|
||||||
id: attachment["id"] || hash_id,
|
id: attachment["id"] || hash_id,
|
||||||
|
|
Loading…
Reference in New Issue