mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Fix various spaces on end of lines
This commit is contained in:
parent
38da0e086d
commit
eab41d272b
5 changed files with 8 additions and 8 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
cd Telegram/build/docker/centos_env
|
||||
poetry install
|
||||
DEBUG= poetry run gen_dockerfile | docker buildx build -t $IMAGE_TAG -
|
||||
|
||||
|
||||
- name: Push the Docker image.
|
||||
if: ${{ github.ref_name == github.event.repository.default_branch }}
|
||||
run: |
|
||||
|
|
|
@ -48,7 +48,7 @@ std::map<int, const char*> BetaLogs() {
|
|||
"- Fix a memory leak in RTMP livestreams.\n"
|
||||
|
||||
"- Fix some bot webview bugs on macOS.\n"
|
||||
|
||||
|
||||
"- Fix forwarding of voice messages.\n"
|
||||
}
|
||||
};
|
||||
|
|
|
@ -977,14 +977,14 @@ depends:yasm/yasm
|
|||
--enable-muxer=opus
|
||||
|
||||
make $MAKE_THREADS_CNT
|
||||
|
||||
|
||||
mkdir out.x86_64
|
||||
mv libavformat/libavformat.a out.x86_64
|
||||
mv libavcodec/libavcodec.a out.x86_64
|
||||
mv libswresample/libswresample.a out.x86_64
|
||||
mv libswscale/libswscale.a out.x86_64
|
||||
mv libavutil/libavutil.a out.x86_64
|
||||
|
||||
|
||||
lipo -create out.arm64/libavformat.a out.x86_64/libavformat.a -output libavformat/libavformat.a
|
||||
lipo -create out.arm64/libavcodec.a out.x86_64/libavcodec.a -output libavcodec/libavcodec.a
|
||||
lipo -create out.arm64/libswresample.a out.x86_64/libswresample.a -output libswresample/libswresample.a
|
||||
|
|
|
@ -43,7 +43,7 @@ PRIVATE
|
|||
smartglocal/smartglocal_error.h
|
||||
smartglocal/smartglocal_token.cpp
|
||||
smartglocal/smartglocal_token.h
|
||||
|
||||
|
||||
stripe/stripe_pch.h
|
||||
)
|
||||
|
||||
|
|
|
@ -184,7 +184,7 @@
|
|||
- Bring your custom animated stickers from other apps.
|
||||
- See smaller, compact animations when reacting to messages.
|
||||
- See real-time animations in chat when a user reacts to your message.
|
||||
- React with additional emoji expressing love, appreciation, anger or surprise.
|
||||
- React with additional emoji expressing love, appreciation, anger or surprise.
|
||||
- Tap the new button in chats to jump to your messages that have unseen reactions.
|
||||
- Watch the animations for unseen reactions play when you hit the button.
|
||||
- The app will warn you before closing if you are uploading photos or files to a chat.
|
||||
|
@ -257,7 +257,7 @@
|
|||
- Clear messages in one-on-one chats from a specific day or date range.
|
||||
- Comment as one of your channels in public groups and channel comments.
|
||||
- When you request to join a community and its admin or bot-admin contacts you with a message, you will see which chat they are from at the top of the chat.
|
||||
- Bot-admins can now ask users to complete tasks before they are allowed to join - like accepting community rules, passing a test, or making a donation to the content creators.
|
||||
- Bot-admins can now ask users to complete tasks before they are allowed to join - like accepting community rules, passing a test, or making a donation to the content creators.
|
||||
|
||||
3.2.8 beta (01.12.21)
|
||||
|
||||
|
@ -283,7 +283,7 @@
|
|||
3.2.4 (13.11.21)
|
||||
|
||||
- Fix editing of scheduled messages on macOS.
|
||||
- Fix launching on Chrome OS in Crostini container.
|
||||
- Fix launching on Chrome OS in Crostini container.
|
||||
|
||||
3.2.3 (08.11.21)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue