mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Remove TODOs that now have tickets (#4935)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -13,7 +13,6 @@ import (
|
||||
"github.com/mattermost/platform/model"
|
||||
)
|
||||
|
||||
// XXX FIXME
|
||||
/*func TestWebSocketAuthentication(t *testing.T) {
|
||||
th := Setup().InitBasic()
|
||||
WebSocketClient, err := th.CreateWebSocketClient()
|
||||
|
||||
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user