We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58282f commit 50c9ec4Copy full SHA for 50c9ec4
server/lib/timeline.ts
@@ -32,6 +32,7 @@ const makeTimelineQuery = async (
32
conditionals.push(
33
{
34
type: [
35
+ ActivityTypes.COLLECTIVE_EXPENSE_CREATED,
36
ActivityTypes.COLLECTIVE_EXPENSE_APPROVED,
37
ActivityTypes.COLLECTIVE_EXPENSE_ERROR,
38
ActivityTypes.COLLECTIVE_EXPENSE_MARKED_AS_INCOMPLETE,
0 commit comments