We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f07a0b commit d65326cCopy full SHA for d65326c
projects/stream-chat-angular/src/lib/message-blocked/message-blocked.component.ts
@@ -11,6 +11,12 @@ import { StreamMessage } from '../types';
11
changeDetection: ChangeDetectionStrategy.OnPush,
12
})
13
export class MessageBlockedComponent {
14
+ /**
15
+ * The message that has been blocked.
16
+ */
17
@Input() message: StreamMessage | undefined;
18
19
+ * Whether the message is the current user's own message.
20
21
@Input() isMyMessage = false;
22
}
0 commit comments