-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of github.com:RocketChat/Rocket.Chat into fix/…
…chat.postMessage * 'develop' of github.com:RocketChat/Rocket.Chat: docs: Fixed typo in FEATURES.md (#30683) refactor(uikit): uikit interactions (#30534) feat: add trial flag to licenses.info endpoint (#30662) refactor: Small files to typescript (#30665) feat: Added new setting 'Hide conversation after closing' (#30591)
- Loading branch information
Showing
113 changed files
with
1,653 additions
and
1,329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
Added new Omnichannel setting 'Hide conversation after closing' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
apps/meteor/app/federation/server/lib/getFederationDiscoveryMethod.js
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
apps/meteor/app/federation/server/lib/getFederationDiscoveryMethod.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import { settings } from '../../../settings/server'; | ||
|
||
export const getFederationDiscoveryMethod = () => settings.get<string>('FEDERATION_Discovery_Method'); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import { settings } from '../../../settings/server'; | ||
|
||
export const getFederationDomain = () => settings.get<string>('FEDERATION_Domain').replace('@', ''); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import { settings } from '../../../settings/server'; | ||
|
||
export const isFederationEnabled = () => settings.get<boolean>('FEDERATION_Enabled'); |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.