feat: show screen thumbnails in pod streams
This commit is contained in:
@@ -47,6 +47,7 @@ function observationEvent(doc: EngineerContext): PodActivityEvent {
|
||||
actor: doc.engineerId,
|
||||
actors: [doc.engineerId],
|
||||
file,
|
||||
imageUrl: doc.screenshotDataUrl,
|
||||
title: file ? `Working in ${file}` : 'Screen context updated',
|
||||
detail: [
|
||||
symbol ? `symbol ${symbol}` : undefined,
|
||||
|
||||
Reference in New Issue
Block a user