1
0
telegram-desktop/0001-use-bundled-webrtc.patch

14 lines
582 B
Diff
Raw Normal View History

Accepting request 1040875 from home:polslinux:branches:server:messaging - Update to 4.4.0: * You can set a Global Auto-Delete Timer for all new chats and groups you create. * New messages will be deleted after 1 day, week, month - or a custom duration you choose. * The new menu in Settings > Privacy & Security > Auto-Delete Messages also lets you set up Auto-Delete for any of your existing chats faster. * Admins of groups with 100+ members can organize discussions into separate topics. * Topics now have a two-column layout that keeps recent chats easily accessible as you browse topics. * Previews of topic messages in the chat list work like a button - click to jump to the last updated topic. * Up to 5 topics can be pinned to the top of the list. * Each topic now supports multiple pinned messages. * The View as Messages mode now shows which topic each message belongs to. * Badge counters for topics you never opened will have a lighter, less distracting color. * A new General topic is now included by default, containing service messages and the earlier message history from the group. * Admins can rename the General topic. * Large groups can enable Aggressive Filtering in Manage Group > Administrators to remove more spam with automated algorithms. * Admins help improve filtering by reporting any false positives in Recent Actions. OBS-URL: https://build.opensuse.org/request/show/1040875 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=237
2022-12-07 20:02:55 +01:00
Index: tdesktop-4.4.0-full/cmake/external/webrtc/CMakeLists.txt
===================================================================
--- tdesktop-4.4.0-full.orig/cmake/external/webrtc/CMakeLists.txt
+++ tdesktop-4.4.0-full/cmake/external/webrtc/CMakeLists.txt
@@ -7,7 +7,7 @@
add_library(external_webrtc INTERFACE IMPORTED GLOBAL)
add_library(desktop-app::external_webrtc ALIAS external_webrtc)
-if (DESKTOP_APP_USE_PACKAGED)
+if (NOT DESKTOP_APP_USE_PACKAGED)
find_package(tg_owt REQUIRED)
target_link_libraries(external_webrtc INTERFACE tg_owt::tg_owt)
return()