mirror of
https://github.com/wassname/talk.git
synced 2026-09-13 13:10:43 +08:00
[CORL-161, CORL-240] Message Box (#2222)
* feat: Message Box * test: do all the testing stuff * fix: removed old messageBox * Update src/core/client/stream/tabs/configure/components/MessageBoxConfig.tsx Co-Authored-By: wyattjoh <wyattjoh@gmail.com> * fix: addressed space error
This commit is contained in:
@@ -846,7 +846,7 @@ type ReactionConfiguration {
|
||||
|
||||
type CommunityGuidelines {
|
||||
"""
|
||||
enable set to true will show the guidelines above the question box.
|
||||
enable set to true will show the guidelines above the message box.
|
||||
"""
|
||||
enabled: Boolean!
|
||||
|
||||
@@ -2275,7 +2275,7 @@ input SettingsKarmaInput {
|
||||
|
||||
input SettingsCommunityGuidelinesInput {
|
||||
"""
|
||||
enable set to true will show the guidelines above the question box.
|
||||
enable set to true will show the guidelines above the message box.
|
||||
"""
|
||||
enabled: Boolean
|
||||
|
||||
|
||||
@@ -76,11 +76,6 @@ export interface Story extends TenantResource {
|
||||
* createdAt is the date that the Story was added to the Talk database.
|
||||
*/
|
||||
createdAt: Date;
|
||||
|
||||
/**
|
||||
* premodLinksEnable will put all comments that contain links into premod.
|
||||
*/
|
||||
premodLinksEnable?: boolean;
|
||||
}
|
||||
|
||||
export async function createStoryIndexes(mongo: Db) {
|
||||
|
||||
Reference in New Issue
Block a user