Skip to content

Commit f32efe6

Browse files
committed
Bump filerefs
1 parent 9a7b999 commit f32efe6

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

‎src/file_ref_map.dat‎

3.63 KB
Binary file not shown.

‎src/file_ref_map.json‎

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

‎tools/FileRefExtractor/FileRefGenerator.php‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ public static function generate(int $layer, string $inputSchema, string $outputF
333333
$locations[$c][] = new CallOp('account.getSavedRingtones', ['hash' => new PrimitiveLiteralOp('long', 0)], 'fileSourceSavedRingtones');
334334
}
335335

336+
$locations['draftMessage'][] = new Noop('Do not store references from drafts');
336337
$locations['recentMeUrlChatInvite'][] = new Noop('Do not store references based on chat invite links');
337338
$locations['messages.checkChatInvite'][] = new Noop('Do not store references based on chat invite links');
338339

@@ -720,7 +721,7 @@ static function (array $stack) use ($locations, $TL, $tmp, &$incomingTraversalPa
720721
// The above are covered by the GetInputStickerSet document context
721722

722723
|| $top === 'updateMessagePoll'
723-
// Tmp
724+
// It's okay
724725
) {
725726
return;
726727
}

0 commit comments

Comments
 (0)