friends/database/wiiu
2023-11-16 00:01:37 -05:00
..
accept_friend_request_and_return_friend_info.go fixed database usage of new DateTime API 2023-11-16 00:01:37 -05:00
delete_friend_request_and_return_friend_pid.go Add missing error handling 2023-08-13 23:19:34 +01:00
get_pids_by_friend_request_id.go Add missing error handling 2023-08-13 23:19:34 +01:00
get_user_block_list.go Replace return empty lists with nil 2023-08-15 21:35:33 +01:00
get_user_comment.go Add missing error handling 2023-08-13 23:19:34 +01:00
get_user_friend_list.go fixed database usage of new DateTime API 2023-11-16 00:01:37 -05:00
get_user_friend_pids.go Add missing error handling 2023-08-13 23:19:34 +01:00
get_user_friend_requests_in.go Replace return empty lists with nil 2023-08-15 21:35:33 +01:00
get_user_friend_requests_out.go Replace return empty lists with nil 2023-08-15 21:35:33 +01:00
get_user_notifications.go Add missing error handling 2023-08-13 23:19:34 +01:00
get_user_principal_preference.go Add missing error handling 2023-08-13 23:19:34 +01:00
is_friend_request_blocked.go Add missing error handling 2023-08-13 23:19:34 +01:00
remove_friendship.go Add missing error handling 2023-08-13 23:19:34 +01:00
save_friend_request.go Add missing error handling 2023-08-13 23:19:34 +01:00
set_friend_request_accepted.go Add missing error handling 2023-08-13 23:19:34 +01:00
set_friend_request_denied.go Add missing error handling 2023-08-13 23:19:34 +01:00
set_friend_request_received.go Add missing error handling 2023-08-13 23:19:34 +01:00
set_user_blocked.go fixed database usage of new DateTime API 2023-11-16 00:01:37 -05:00
unset_friend_request_denied.go Add missing error handling 2023-08-13 23:19:34 +01:00
unset_user_blocked.go Add missing error handling and update modules 2023-08-15 20:56:01 +01:00
update_user_comment.go use new PID, DateTime and method returns 2023-11-14 22:47:52 -05:00
update_user_last_online_time.go Add missing error handling and update modules 2023-08-15 20:56:01 +01:00
update_user_principal_preference.go Add missing error handling and update modules 2023-08-15 20:56:01 +01:00