GuglielmoTor commited on
Commit
59aceaa
·
verified ·
1 Parent(s): 538b42b

Update mentions_dashboard.py

Browse files
Files changed (1) hide show
  1. mentions_dashboard.py +1 -1
mentions_dashboard.py CHANGED
@@ -36,7 +36,7 @@ def generate_mentions_dashboard(comm_client_id, comm_token_dict):
36
  "?q=criteria"
37
  "&actions=List(COMMENT,SHARE_MENTION)"
38
  f"&organizationalEntity={encoded_urn}"
39
- "&count=50"
40
  )
41
 
42
  all_notifications = []
 
36
  "?q=criteria"
37
  "&actions=List(COMMENT,SHARE_MENTION)"
38
  f"&organizationalEntity={encoded_urn}"
39
+ "&count=20"
40
  )
41
 
42
  all_notifications = []