zevlg / telega.el

GNU Emacs telegram client (unofficial)
https://zevlg.github.io/telega.el/
GNU General Public License v3.0
1.09k stars 85 forks source link

the latest MELPA version doesn't work with the latest server docker image anymore #390

Closed a13 closed 1 year ago

a13 commented 1 year ago

the latest MELPA version doesn't work with the latest server docker image

Telega Setup

OS: Ubuntu 22.04.1 LTS Emacs: GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) Features: svg ffmpeg Telega: telega v0.8.81 (TDLib v1.8.8) (telega-server v0.8.2 [docker]) MELPA: 20230105.1403

Current Behavior

Steps to Reproduce

  1. Install telega from melpa
  2. Install server image from dockerhub
  3. M-x telega

Possible Solution

Build and push the latest telega-server.

Workaround

Use Quelpa to install from a working git commit instead (I used the last commit before version requirements bump)

(use-package telega
  ;; :ensure t
  :quelpa
  (telega :repo "zevlg/telega.el"
          :fetcher github
          :files (:defaults "etc" "server" "contrib" "Makefile")
          :commit "59464c3bdbe43715449de96a4f13dbc1b539e8f5"))