Skip to content

Commit

Permalink
Generate stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jan 24, 2024
1 parent 4820b3c commit e66e143
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions types/kotlin2/Interaction.kt
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,18 @@ data class Interaction(
*/
WebThreadViewBackButton,

/**
* User clicked on the Threads Activity Centre button of Element
* Web/Desktop.
*/
WebThreadsActivityCentreButton,

/**
* User clicked on a room in the Threads Activity Centre of Element
* Web/Desktop.
*/
WebThreadsActivityCentreRoomItem,

/**
* User selected a thread in the Threads panel in Element Web/Desktop.
*/
Expand Down
4 changes: 4 additions & 0 deletions types/swift/Interaction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ extension AnalyticsEvent {
case WebSpaceHomeCreateRoomButton
/// User clicked the back button on a Thread view going back to the Threads Panel of Element Web/Desktop.
case WebThreadViewBackButton
/// User clicked on the Threads Activity Centre button of Element Web/Desktop.
case WebThreadsActivityCentreButton
/// User clicked on a room in the Threads Activity Centre of Element Web/Desktop.
case WebThreadsActivityCentreRoomItem
/// User selected a thread in the Threads panel in Element Web/Desktop.
case WebThreadsPanelThreadItem
/// User clicked the theme toggle button in the user menu of Element Web/Desktop.
Expand Down

0 comments on commit e66e143

Please sign in to comment.