forked from abner/for-legacy-web
fix: Add ability to leave server through server info screen
This commit is contained in:
@@ -38,6 +38,17 @@ export default function ServerInfo({
|
|||||||
children: "Edit Identity",
|
children: "Edit Identity",
|
||||||
palette: "primary",
|
palette: "primary",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
onClick: () => {
|
||||||
|
modalController.push({
|
||||||
|
type: "leave_server",
|
||||||
|
target: server,
|
||||||
|
});
|
||||||
|
return true;
|
||||||
|
},
|
||||||
|
children: "Leave Server",
|
||||||
|
palette: "error",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
modalController.push({
|
modalController.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user