Skip to content

Commit

Permalink
ev-matrix: Catch up with CmCallback signature change
Browse files Browse the repository at this point in the history
  • Loading branch information
agx committed Aug 4, 2024
1 parent 555110b commit 2d0f9bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/ev-matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ static GPtrArray *pushers;


static void
on_client_sync (gpointer object,
CmClient *cm_client,
on_client_sync (CmClient *cm_client,
CmRoom *room,
GPtrArray *events,
GError *err)
GError *err,
gpointer user_data)
{
g_debug ("Got new client events");

Expand Down
4 changes: 2 additions & 2 deletions subprojects/libcmatrix.wrap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[wrap-git]
directory=libcmatrix
url=https://source.puri.sm/Librem5/libcmatrix
revision=3f6b4d9d96b9869769034574c111d212a0bcc087
url=https://source.puri.sm/agx/libcmatrix
revision=docs
depth=1

0 comments on commit 2d0f9bb

Please sign in to comment.