Fix chunter attachments (#553)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2021-12-07 16:04:51 +07:00 committed by GitHub
parent beecb23c79
commit 09ffb23a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ export class TBacklink extends TComment implements Backlink {
}
export function createModel (builder: Builder): void {
builder.createModel(TChannel, TMessage, TComment, TBacklink)
builder.createModel(TChannel, TMessage, TComment, TBacklink, TAttachment)
builder.mixin(chunter.class.Channel, core.class.Class, workbench.mixin.SpaceView, {
view: {
class: chunter.class.Message