Browse Source

include emitter type in event

pull/1/head
Rob Colbert 3 years ago
parent
commit
88a695792d
  1. 1
      app/services/core-node.js

1
app/services/core-node.js

@ -286,6 +286,7 @@ class CoreNodeService extends SiteService {
pkg: { name: pkg.name, version: pkg.version },
site,
emitter: {
emitterType: emitter.type,
emitterId: emitter._id.toString(),
displayName: emitter.displayName,
username: emitter.username,

Loading…
Cancel
Save