Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown state type im.vector.modular.widgets #47

Open
timbl opened this issue Oct 2, 2023 · 1 comment
Open

Unknown state type im.vector.modular.widgets #47

timbl opened this issue Oct 2, 2023 · 1 comment

Comments

@timbl
Copy link
Contributor

timbl commented Oct 2, 2023

For the record or future implementation

State type im.vector.modular.widgets unknown: event:  <ref *1> MatrixEvent {
  _events: [Object: null prototype] {
    'Event.replaced': [Function: forSource],
    'Event.visibilityChange': [Function: forSource],
    'Event.beforeRedaction': [Function: forSource]
  },
  _eventsCount: 3,
  _maxListeners: undefined,
  event: {
    content: {
      data: [Object],
      type: 'jitsi',
      url: 'https://app.element.io/widgets/jitsi.html?confId=NoAshgRzHhPJsdpPkf6eebd38&isAudioConf=false&displayName=$matrix_display_name&avatarUrl=$matrix_avatar_url&email=$matrix_user_id#conferenceDomain=$domain&conferenceId=$conferenceId&isAudioOnly=$isAudioOnly&displayName=$matrix_display_name&avatarUrl=$matrix_avatar_url&userId=$matrix_user_id'
    },
    origin_server_ts: 1693312724973,
    room_id: '!NoAshgRzHhPJsdpPkf:gitter.im',
    sender: '@timbl-54d26c98db8155e6700f7312:gitter.im',
    state_key: 'jitsi_@timbl-54d26c98db8155e6700f7312:gitter.im_1693312723213',
    type: 'im.vector.modular.widgets',
    unsigned: {},
    event_id: '$LyRs6dt9i9oDscLnDfGG7Tp95YrbqFjO1VX-u5w1Q8A',
    user_id: '@timbl-54d26c98db8155e6700f7312:gitter.im'
  },
  pushActions: null,
  _replacingEvent: null,
  _localRedactionEvent: null,
  _isCancelled: false,
  clearEvent: undefined,
  visibility: { visible: true },
  _hasCachedExtEv: false,
  _cachedExtEv: undefined,
  senderCurve25519Key: null,
  claimedEd25519Key: null,
  forwardingCurve25519KeyChain: [],
  untrusted: null,
  decryptionPromise: null,
  retryDecryption: false,
  txnId: undefined,
  thread: undefined,
  threadId: undefined,
  localTimestamp: 1696248265527,
  sender: RoomMember {
    _events: [Object: null prototype] {},
    _eventsCount: 0,
    _maxListeners: undefined,
    roomId: '!NoAshgRzHhPJsdpPkf:gitter.im',
    userId: '@timbl-54d26c98db8155e6700f7312:gitter.im',
    _isOutOfBand: false,
    modified: 1696248265528,
    requestedProfileInfo: false,
    typing: false,
    name: 'Tim Berners-Lee',
    rawDisplayName: 'Tim Berners-Lee',
    powerLevel: 0,
    powerLevelNorm: 0,
    user: undefined,
    membership: 'join',
    disambiguate: false,
    events: { member: [MatrixEvent] },
    [Symbol(kCapture)]: false
  },
  target: null,
  status: null,
  error: null,
  forwardLooking: false,
  verificationRequest: undefined,
  reEmitter: TypedReEmitter { target: [Circular *1], reEmitters: Map(0) {} },
  [Symbol(kCapture)]: false
}

@timbl
Copy link
Contributor Author

timbl commented Oct 2, 2023

I have turned off this crashing the program, so to find fuure iunknown state types one will have to look though the logs or turn it back on)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant