This reverts commit 5ea0436051.
This commit is contained in:
@@ -35,10 +35,3 @@ export const applyPageFilters = (conversation, filters) => {
|
||||
|
||||
return shouldFilter;
|
||||
};
|
||||
|
||||
export const trimMessage = (content = '', maxLength = 1024) => {
|
||||
if (content.length > maxLength) {
|
||||
return content.substring(0, maxLength);
|
||||
}
|
||||
return content;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user