onasanya.lanre 1ebd5d6b00 Remove Conversation Link
Remove conversation link from function
Chat ID standardized for individual chats so hence removal of conversation link
2025-04-06 15:12:43 +01:00
2025-04-06 15:12:43 +01:00
2025-02-02 01:19:24 +00:00

Appwrite Functions to manage project - https://git.theonasanyas.com/agboola/MessagingApp

These functions are server side codes that create and update records based on set conditions

  1. When a new chat is created, a conversation collection record is created/updated to reflect same.
  2. The conversation collection is used as a defualt list view for all the chats per user. this makes it easier to pull and reference chats

functions - all written in dart

  1. https://git.theonasanyas.com/agboola/MessagingApp_Functions/src/branch/main/functions/conversations_upd_function
  2. https://git.theonasanyas.com/agboola/MessagingApp_Functions/src/branch/main/functions/mesaages_upd_function
S
Description
No description provided
Readme
52 KiB
Languages
Dart 100%