Implement client get/set avatar URL endpoint
This commit is contained in:
parent
b12872fe2c
commit
3e1a377226
7 changed files with 80 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue