diff options
Diffstat (limited to 'src/state/models/shell-ui.ts')
-rw-r--r-- | src/state/models/shell-ui.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/models/shell-ui.ts b/src/state/models/shell-ui.ts index b3fe5104f..6777aa7b1 100644 --- a/src/state/models/shell-ui.ts +++ b/src/state/models/shell-ui.ts @@ -58,6 +58,7 @@ export interface ComposerOptsPostRef { author: { handle: string displayName?: string + avatar?: string } } export interface ComposerOpts { |