-
Notifications
You must be signed in to change notification settings - Fork 729
Keep track of activity's channels #721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep track of activity's channels #721
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your contribution! 🤩🙏
The changes look great, and the new functionality will be super appreciated.
I added a couple of nitpicks. Once they are addressed, I will prepare a query to change past data and we can merge!
} | ||
|
||
const activityChannels = await SettingsRepository.getActivityChannels(options) | ||
// const channelKey = getCleanString(data.channel) Maybe this is required? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: I don't think this is needed. Can you remove it? 😊 so we don't have commented code
) | ||
} | ||
|
||
const activityChannels = await SettingsRepository.getActivityChannels(options) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: the getActivityChannels
function is not async. No need to await
.
Changes proposed ✍️
This PR contains code for the following.
Checklist ✅
Feature
,Enhancement
, orBug
.frontend/.env.dist.local
,frontend/.env.dist.composed
.backend/.env.dist.local
,backend/.env.dist.composed
.