mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Can create posts
This commit is contained in:
8
lib/enums/post_target.dart
Normal file
8
lib/enums/post_target.dart
Normal file
@ -0,0 +1,8 @@
|
||||
/// Posts targets types enum
|
||||
///
|
||||
/// @author Pierre HUBERT
|
||||
|
||||
enum PostTarget {
|
||||
USER_PAGE,
|
||||
GROUP_PAGE
|
||||
}
|
Reference in New Issue
Block a user