mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Also add logging for track changes
This commit is contained in:
parent
4d4dba9677
commit
6fd1d493e3
1 changed files with 2 additions and 0 deletions
|
@ -229,6 +229,7 @@ module.exports = ProjectController =
|
|||
else if event?
|
||||
return cb(null, false)
|
||||
else
|
||||
logger.log user_id, event, "track changes onboarding not shown yet to this user"
|
||||
return cb(null, true)
|
||||
showPerUserTCNotice: (cb) ->
|
||||
cb = underscore.once(cb)
|
||||
|
@ -247,6 +248,7 @@ module.exports = ProjectController =
|
|||
else if event?
|
||||
return cb(null, false)
|
||||
else
|
||||
logger.log user_id, event, "per user track changes notice not shown yet to this user"
|
||||
return cb(null, true)
|
||||
showAutoCompileOnboarding: (cb) ->
|
||||
cb = underscore.once(cb)
|
||||
|
|
Loading…
Reference in a new issue