Skip to content

Commit

Permalink
feat(*): update notice page
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Oct 11, 2024
1 parent c6066d1 commit d828648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants/url.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const noticeUrl = '$baseUrl/home.php?mod=space&do=notice';
const readNoticeUrl = '$baseUrl/home.php?mod=space&do=notice&isread=1';

/// Private personal messages.
const personalMessageUrl = '$baseUrl/home.php?mod=space&do=pm&private&H4652[!';
const personalMessageUrl = '$baseUrl/home.php?mod=space&do=pm&filter=privatepm';

/// Broadcast messages.
const broadcastMessageUrl =
Expand Down

0 comments on commit d828648

Please sign in to comment.