PullDating / FlutterApplication

The frontend flutter application, contains code for IOS, Android and web
GNU Affero General Public License v3.0
3 stars 1 forks source link

Save last active timestamp. #11

Closed WilliamDormer closed 2 years ago

WilliamDormer commented 2 years ago

Save when the user was last online, and transmit it to the database.

This allows the algorithm to prioritize people that are currently online so that if two people match, they have a better chance of sparking a conversation.

WilliamDormer commented 2 years ago

Turn out this is actually a server-side thing, but it saves the last active every time that an API authentication is validated.