mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
テキストのリスト内で変数埋め込みできるように
This commit is contained in:
@@ -105,7 +105,7 @@ export class ASEvaluator {
|
||||
}
|
||||
|
||||
if (block.type === 'textList') {
|
||||
return block.value.trim().split('\n');
|
||||
return this.interpolate(block.value || '', scope).trim().split('\n');
|
||||
}
|
||||
|
||||
if (block.type === 'ref') {
|
||||
|
||||
Reference in New Issue
Block a user