79457338

Date: 2025-02-21 12:21:28
Score: 0.5
Natty:
Report link

Modify your UID fetch range to "*" or use SORT if supported:

uids, err := im.GetUIDs("50:*") // Fetch last 50 UIDs

or

uids, err := im.GetSortedUIDs("REVERSE DATE", 50) // If sorting is supported
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Julia Carmack