Fix event unsigned having default empty map in db

This commit is contained in:
Pim Kunis 2021-09-05 23:09:29 +02:00
parent 27c673e07a
commit e4a6d36200
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,6 @@ defmodule Architex.Event do
alias Architex.{Repo, Room, Event, Account, EncodableMap, KeyServer}
alias Architex.Types.UserId
# TODO: It seems unsigned is always set in DB, even though it is not specified?
@type t :: %__MODULE__{
nid: integer(),
id: String.t(),