mirror of
https://github.com/danog/tl-schema.git
synced 2024-12-02 09:18:01 +01:00
18 lines
453 B
Markdown
18 lines
453 B
Markdown
|
### Version info
|
||
|
None, huh
|
||
|
|
||
|
### Notes
|
||
|
This layer doesn't seem to be used in any app, however bunch of stuff gets removed in layer 22
|
||
|
So I decieded to make a layer just for sake of removing geochats, broadcasts, restoring messages and suggested contacts
|
||
|
|
||
|
Oh, and replacing
|
||
|
```
|
||
|
messageMediaUnsupported#29632a36 bytes:bytes = MessageMedia;
|
||
|
```
|
||
|
with
|
||
|
```
|
||
|
messageMediaUnsupported#9f84f49e = MessageMedia;
|
||
|
```
|
||
|
|
||
|
And adding disabledFeatures + expires to config
|