1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-09-18 21:38:48 +00:00

Can like a text

This commit is contained in:
2019-05-11 15:35:07 +02:00
parent 315c61a212
commit be53a73d9f
6 changed files with 197 additions and 62 deletions

View File

@@ -0,0 +1,5 @@
/// Likes types
///
/// @author Pierre HUBERT
enum LikesType { USER, POST, COMMENT, GROUP }