mirror of
https://framagit.org/tom79/fedilab-tube
synced 2025-02-17 04:20:45 +01:00
Fix notification settings
This commit is contained in:
parent
08a4b4b49a
commit
6dbb11f6e9
@ -487,8 +487,8 @@ public class RetrofitPeertubeAPI {
|
||||
UserMe.AvatarResponse avatarResponse = null;
|
||||
PeertubeService peertubeService = init();
|
||||
|
||||
peertubeService.updateNotifications(getToken(), userSettings.getNotificationSettings());
|
||||
|
||||
Call<String> updateNotifications = peertubeService.updateNotifications(getToken(), userSettings.getNotificationSettings());
|
||||
Response<String> responseNotif = updateNotifications.execute();
|
||||
Call<String> updateUser = peertubeService.updateUser(getToken(),
|
||||
userSettings.isVideosHistoryEnabled(),
|
||||
userSettings.isAutoPlayVideo(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user