chore: retire telegram plugin

This commit is contained in:
Steven
2024-04-13 12:39:41 +08:00
parent 9a2c423435
commit d00e4fdf17
43 changed files with 471 additions and 1976 deletions

View File

@@ -186,8 +186,6 @@ message UserSetting {
string appearance = 3;
// The default visibility of the memo.
string memo_visibility = 4;
// The telegram user id of the user.
string telegram_user_id = 5;
}
message GetUserSettingRequest {

View File

@@ -61,7 +61,6 @@ message WorkspaceSetting {
WorkspaceGeneralSetting general_setting = 2;
WorkspaceStorageSetting storage_setting = 3;
WorkspaceMemoRelatedSetting memo_related_setting = 4;
WorkspaceTelegramIntegrationSetting telegram_integration_setting = 5;
}
}
@@ -116,8 +115,3 @@ message WorkspaceMemoRelatedSetting {
// display_with_update_time orders and displays memo with update time.
bool display_with_update_time = 2;
}
message WorkspaceTelegramIntegrationSetting {
// bot_token is the telegram bot token.
string bot_token = 1;
}