Fix chunter attachments (#553)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2021-12-07 10:04:51 +01:00
committed by GitHub
parent beecb23c79
commit 09ffb23a2b
+1 -1
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