Remove TODOs that now have tickets (#4935)
Этот коммит содержится в:
коммит произвёл
enahum
родитель
2c71982f60
Коммит
8bd50724a6
@@ -1323,7 +1323,6 @@ func TestGetFileInfosForPost(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Needs to be vastly fleshed out
|
|
||||||
func TestSendNotifications(t *testing.T) {
|
func TestSendNotifications(t *testing.T) {
|
||||||
th := Setup().InitBasic()
|
th := Setup().InitBasic()
|
||||||
Client := th.BasicClient
|
Client := th.BasicClient
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ import (
|
|||||||
"github.com/mattermost/platform/model"
|
"github.com/mattermost/platform/model"
|
||||||
)
|
)
|
||||||
|
|
||||||
// XXX FIXME
|
|
||||||
/*func TestWebSocketAuthentication(t *testing.T) {
|
/*func TestWebSocketAuthentication(t *testing.T) {
|
||||||
th := Setup().InitBasic()
|
th := Setup().InitBasic()
|
||||||
WebSocketClient, err := th.CreateWebSocketClient()
|
WebSocketClient, err := th.CreateWebSocketClient()
|
||||||
|
|||||||
@@ -68,7 +68,6 @@ export default class PostList extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
componentWillReceiveProps(nextProps) {
|
componentWillReceiveProps(nextProps) {
|
||||||
// TODO: Clean-up intro text creation
|
|
||||||
if (this.props.channel && this.props.channel.type === Constants.DM_CHANNEL) {
|
if (this.props.channel && this.props.channel.type === Constants.DM_CHANNEL) {
|
||||||
const teammateId = Utils.getUserIdFromChannelName(this.props.channel);
|
const teammateId = Utils.getUserIdFromChannelName(this.props.channel);
|
||||||
if (!this.props.profiles[teammateId] && nextProps.profiles[teammateId]) {
|
if (!this.props.profiles[teammateId] && nextProps.profiles[teammateId]) {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user