feat: Remove .env file for AI Scribe
It was used at the beginning for configuration purpose but now we have the JMAP capability, no need anymore.
This commit is contained in:
@@ -23,8 +23,6 @@ mixin AIScribeInComposerMixin {
|
||||
AccountId? get accountId;
|
||||
|
||||
bool get isAIScribeAvailable {
|
||||
if (!AIConfig.isAiEnabled) return false;
|
||||
|
||||
final currentSession = session;
|
||||
final currentAccountId = accountId;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"@@last_modified": "2025-12-10T10:22:35.345340",
|
||||
"@@last_modified": "2025-12-15T14:32:52.563522",
|
||||
"initializing_data": "Initializing data...",
|
||||
"@initializing_data": {
|
||||
"type": "text",
|
||||
|
||||
Reference in New Issue
Block a user