Merge pull request #1147 from hmhealey/plt721
PLT-721 Changed Direct Channel modal to only show active users
Этот коммит содержится в:
@@ -31,7 +31,7 @@ export default class MoreDirectChannels extends React.Component {
|
|||||||
|
|
||||||
getUsersFromStore() {
|
getUsersFromStore() {
|
||||||
const currentId = UserStore.getCurrentId();
|
const currentId = UserStore.getCurrentId();
|
||||||
const profiles = UserStore.getProfiles();
|
const profiles = UserStore.getActiveOnlyProfiles();
|
||||||
const users = [];
|
const users = [];
|
||||||
|
|
||||||
for (const id in profiles) {
|
for (const id in profiles) {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user