Skip to content

Commit

Permalink
Added followers/following user type: user/organisation
Browse files Browse the repository at this point in the history
  • Loading branch information
arononak committed Jun 20, 2024
1 parent 046684f commit ee15ba5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions [email protected]/lib/status_bar_indicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,8 @@ export class StatusBarIndicator extends PanelMenu.Button {
"iconName": `system-users-symbolic`,
"text": e[`login`].slice(0, textLengthLimiter),
"callback": () => openUrl(e[`html_url`]),
"endButtonText": e[`type`],
"endButtonCallback": () => { },
}
}

Expand All @@ -684,6 +686,8 @@ export class StatusBarIndicator extends PanelMenu.Button {
"iconName": `system-users-symbolic`,
"text": e[`login`].slice(0, textLengthLimiter),
"callback": () => openUrl(e[`html_url`]),
"endButtonText": e[`type`],
"endButtonCallback": () => { },
}
}

Expand Down
2 changes: 1 addition & 1 deletion [email protected]/lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = `3.33.0`
export const VERSION = `3.34.0`

0 comments on commit ee15ba5

Please sign in to comment.