mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Rename post.embed_html field to embed_video_url (#75)
https://github.com/LemmyNet/lemmy/pull/2261
This commit is contained in:
parent
e266c65a7f
commit
ca66e1b8ba
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ export class Post {
|
|||
@Transform(({ value }) => toOption(value), { toClassOnly: true })
|
||||
@Transform(({ value }) => toUndefined(value), { toPlainOnly: true })
|
||||
@Expose()
|
||||
embed_html: Option<string>;
|
||||
embed_video_url: Option<string>;
|
||||
@Transform(({ value }) => toOption(value), { toClassOnly: true })
|
||||
@Transform(({ value }) => toUndefined(value), { toPlainOnly: true })
|
||||
@Expose()
|
||||
|
|
Loading…
Reference in a new issue