1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 09:32:51 +00:00

client - user account page done

This commit is contained in:
2018-01-13 00:31:01 -06:00
parent 57663b802c
commit e9d46ed5ce
12 changed files with 306 additions and 110 deletions

View File

@@ -70,8 +70,8 @@ defmodule MyApp.Data.Thread do
:title,
:view_count,
:reply_count,
user: [:id, :battletag],
last_reply: [:id, :battletag],
user: [:id, :battletag, :character_guild, :character_name, :character_class, :character_realm, :character_avatar],
last_reply: [:id, :battletag, :character_guild, :character_name, :character_class, :character_realm, :character_avatar],
]),
where: [category_id: ^category_id],
preload: [:user, :last_reply]