PLT-2707 Adding option to show DM list from all of server (#2871)
* PLT-2707 Adding option to show DM list from all of server * Fixing loc
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
6b06f49e89
Коммит
6611229cd7
@@ -480,6 +480,20 @@ describe('Client.User', function() {
|
||||
});
|
||||
});
|
||||
|
||||
it('getProfilesForDirectMessageList', function(done) {
|
||||
TestHelper.initBasic(() => {
|
||||
TestHelper.basicClient().getProfilesForDirectMessageList(
|
||||
function(data) {
|
||||
assert.equal(Object.keys(data).length > 0, true);
|
||||
done();
|
||||
},
|
||||
function(err) {
|
||||
done(new Error(err.message));
|
||||
}
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
it('getStatuses', function(done) {
|
||||
TestHelper.initBasic(() => {
|
||||
var ids = [];
|
||||
|
||||
Ссылка в новой задаче
Block a user