Remove TODOs that now have tickets (#4935)

This commit is contained in:
Joram Wilander
2017-01-03 09:39:29 -05:00
committed by enahum
parent 2c71982f60
commit 8bd50724a6
3 changed files with 0 additions and 3 deletions

View File

@@ -1323,7 +1323,6 @@ func TestGetFileInfosForPost(t *testing.T) {
}
}
// TODO: Needs to be vastly fleshed out
func TestSendNotifications(t *testing.T) {
th := Setup().InitBasic()
Client := th.BasicClient

View File

@@ -13,7 +13,6 @@ import (
"github.com/mattermost/platform/model"
)
// XXX FIXME
/*func TestWebSocketAuthentication(t *testing.T) {
th := Setup().InitBasic()
WebSocketClient, err := th.CreateWebSocketClient()

View File

@@ -68,7 +68,6 @@ export default class PostList extends React.Component {
}
componentWillReceiveProps(nextProps) {
// TODO: Clean-up intro text creation
if (this.props.channel && this.props.channel.type === Constants.DM_CHANNEL) {
const teammateId = Utils.getUserIdFromChannelName(this.props.channel);
if (!this.props.profiles[teammateId] && nextProps.profiles[teammateId]) {