This commit adds support for the footer and footer_icon fields that are rendered at the bottom of message attachments.
4 lines
162 B
JavaScript
4 lines
162 B
JavaScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export const MAX_ATTACHMENT_FOOTER_LENGTH = 300;
|