Implement client get/set avatar URL endpoint

This commit is contained in:
Pim Kunis 2021-09-08 16:27:31 +02:00
parent b12872fe2c
commit 3e1a377226
7 changed files with 80 additions and 7 deletions

View file

@ -16,6 +16,7 @@ defmodule Architex.Account do
schema "accounts" do
field :localpart, :string
field :password_hash, :string, redact: true
field :avatar_url
has_many :devices, Device
many_to_many :joined_rooms, Room,